Html Css Color HEX #96B208 Citrus

📋 copy color: '#96B208'

red 150 ◦ green 178 ◦ blue 8

#96B208
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #96B208

Tints of Citrus #96B208

RGB

 RED value IS 150 (58.98% from 255) = 44.64%

 GREEN value IS 178 (69.92% from 255) = 52.98%

 BLUE value IS 8 (3.52% from 255) = 2.38%

R = 44.64%
G = 52.98%
B = 2.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#96B208 (or 0x96B208) is known color: Citrus. HEX triplet: 96, B2 and 08. RGB value is (150,178,8). Sum of RGB (Red+Green+Blue) = 150+178+8=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #96B208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96B208 is #694DF7. Grayscale: #969696. Windows color (decimal): -6901240 or 570006. OLE color: 570006.

HSL color Cylindrical-coordinate representation of color #96B208: hue angle of 69.88º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96B208 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 178 8 -
CMYK 0.16 0 0.96 0.30
HSL 69.88º 0.91% 0.36% -
HSV(B) 69.88º 0.96% 0.7% -
XYZ 28.54 38.34 6.13 -
YUV 150.25 47.72 127.82 -
System Red Green Blue C M Y K H S L
Decimal 150 178 8 0.16 0 0.96 0.30 69.88 0.91 0.36
Hex 96 B2 8 10 0 60 1E 46 5B 24
Octal 226 262 10 20 0 140 36 106 133 44
Binary 10010110 10110010 1000 10000 0 1100000 11110 1000110 1011011 100100

Color Harmonies of #96B208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B208

Black with #96B208

Text Example


Text Example

White with #96B208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96B208; }

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

 H1.HeaderClassName
 {
   color: #96B208;
 }
 .AnyTagClassName
 {
   color: #96B208;
 }
</style>

background-color css

<style>
 a { background-color: #96B208; }

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

 div.DivClassName
 {
   background-color: #96B208;
 }
 .BgClassName
 {
   background-color: #96B208;
 }
</style>

border-color css

<style>
 span { border-color: #96B208; }

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

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