Html Css Color HEX #96BA08 Citrus

📋 copy color: '#96BA08'

red 150 ◦ green 186 ◦ blue 8

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

Shades of Citrus #96BA08

Tints of Citrus #96BA08

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.07%

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

R = 43.6%
G = 54.07%
B = 2.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#96BA08 (or 0x96BA08) is known color: Citrus. HEX triplet: 96, BA and 08. RGB value is (150,186,8). Sum of RGB (Red+Green+Blue) = 150+186+8=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BA08 is #6945F7. Grayscale: #9B9B9B. Windows color (decimal): -6899192 or 572054. OLE color: 572054.

HSL color Cylindrical-coordinate representation of color #96BA08: hue angle of 72.13º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96BA08 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 8 -
CMYK 0.19 0 0.96 0.27
HSL 72.13º 0.92% 0.38% -
HSV(B) 72.13º 0.96% 0.73% -
XYZ 30.18 41.62 6.67 -
YUV 154.94 45.07 124.47 -
System Red Green Blue C M Y K H S L
Decimal 150 186 8 0.19 0 0.96 0.27 72.13 0.92 0.38
Hex 96 BA 8 13 0 60 1B 48 5C 26
Octal 226 272 10 23 0 140 33 110 134 46
Binary 10010110 10111010 1000 10011 0 1100000 11011 1001000 1011100 100110

Color Harmonies of #96BA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA08

Black with #96BA08

Text Example


Text Example

White with #96BA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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