#969B08

Color #969B08 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #969B08

Tints of Citron #969B08

Color information

#969B08 (or 0x969B08) is unknown color: approx Citron. HEX triplet: 96, 9B and 08. RGB value is (150,155,8). Sum of RGB (Red+Green+Blue) = 150+155+8=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #969B08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969B08 is #6964F7. Grayscale: #898989. Windows color (decimal): -6907128 or 564118. OLE color: 564118.

HSL color Cylindrical-coordinate representation of color #969B08: hue angle of 62.04º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #969B08 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB1501558-
CMYK0.0300.950.39
HSL62.04º90.18%31.96%-
HSV(B)62.04º94.84%60.78%-
XYZ24.3429.944.73-
YUV136.7555.34137.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 155 (60.94% from 255) = 49.52%
BLUE value IS 8 (3.52% from 255) = 2.56%
R=47.92%
G=49.52%
B=2.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15015580.0300.950.3962.0490.1831.96
Hex969B8305F273e5a20
Octal2262331030137477613240
Binary1001011010011011100011010111111001111111101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969B08; }

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

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

<style>
 a { background-color: #969B08; }

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

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

<style>
 span { border-color: #969B08; }

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

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