#9DBE26

Color #9DBE26 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #9DBE26

Tints of Bahia #9DBE26

Color information

#9DBE26 (or 0x9DBE26) is unknown color: approx Bahia. HEX triplet: 9D, BE and 26. RGB value is (157,190,38). Sum of RGB (Red+Green+Blue) = 157+190+38=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBE26 is #6241D9. Grayscale: #A3A3A3. Windows color (decimal): -6439386 or 2539165. OLE color: 2539165.

HSL color Cylindrical-coordinate representation of color #9DBE26: hue angle of 73.03º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9DBE26 is Cyan = 0.17, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.25.

Color convert

RGB15719038-
CMYK0.1700.80.25
HSL73.03º66.67%44.71%-
HSV(B)73.03º80%74.51%-
XYZ32.6744.138.63-
YUV162.857.57123.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 40.78%
GREEN value IS 190 (74.61% from 255) = 49.35%
BLUE value IS 38 (15.23% from 255) = 9.87%
R=40.78%
G=49.35%
B=9.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157190380.1700.80.2573.0366.6744.71
Hex9DBE26110501949432d
Octal235276462101203111110355
Binary100111011011111010011010001010100001100110010011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DBE26; }

 p { color: rgb(157,190,38); }

 H1.HeaderClassName
 {
   color: #9DBE26;
 }
 .AnyTagClassName
 {
   color: #9DBE26;
 }
</style>
background-color css

<style>
 a { background-color: #9DBE26; }

 a { background-color: rgb(157,190,38); }

 div.DivClassName
 {
   background-color: #9DBE26;
 }
 .BgClassName
 {
   background-color: #9DBE26;
 }
</style>
border-color css

<style>
 span { border-color: #9DBE26; }

 span { border-color: rgb(157,190,38); }

 td.TdClassName
 {
   border-color: #9DBE26;
 }
 .TagClassName
 {
   border-color: #9DBE26;
 }
</style>