#9BB408

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

Shades of Citrus #9BB408

Tints of Citrus #9BB408

Color information

#9BB408 (or 0x9BB408) is unknown color: approx Citrus. HEX triplet: 9B, B4 and 08. RGB value is (155,180,8). Sum of RGB (Red+Green+Blue) = 155+180+8=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB408 is #644BF7. Grayscale: #999999. Windows color (decimal): -6573048 or 570523. OLE color: 570523.

HSL color Cylindrical-coordinate representation of color #9BB408: hue angle of 68.72º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BB408 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1551808-
CMYK0.1400.960.29
HSL68.72º91.49%36.86%-
HSV(B)68.72º95.56%70.59%-
XYZ29.8839.636.3-
YUV152.9246.22129.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.19%
GREEN value IS 180 (70.70% from 255) = 52.48%
BLUE value IS 8 (3.52% from 255) = 2.33%
R=45.19%
G=52.48%
B=2.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15518080.1400.960.2968.7291.4936.86
Hex9BB48E0601D455b25
Octal233264101601403510513345
Binary100110111011010010001110011000001110110001011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,180,8); }

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

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

 a { background-color: rgb(155,180,8); }

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

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

 span { border-color: rgb(155,180,8); }

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