Html Css Color HEX #96C408 Citrus

📋 copy color: '#96C408'

red 150 ◦ green 196 ◦ blue 8

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

Shades of Citrus #96C408

Tints of Citrus #96C408

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.37%

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

R = 42.37%
G = 55.37%
B = 2.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#96C408 (or 0x96C408) is known color: Citrus. HEX triplet: 96, C4 and 08. RGB value is (150,196,8). Sum of RGB (Red+Green+Blue) = 150+196+8=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 196 (76.95% from 255 or 55.37% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 196 - color contains mainly: green. Hex color #96C408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C408 is #693BF7. Grayscale: #A1A1A1. Windows color (decimal): -6896632 or 574614. OLE color: 574614.

HSL color Cylindrical-coordinate representation of color #96C408: hue angle of 74.68º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96C408 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 196 8 -
CMYK 0.23 0 0.96 0.23
HSL 74.68º 0.92% 0.4% -
HSV(B) 74.68º 0.96% 0.77% -
XYZ 32.36 45.98 7.4 -
YUV 160.81 41.76 120.29 -
System Red Green Blue C M Y K H S L
Decimal 150 196 8 0.23 0 0.96 0.23 74.68 0.92 0.4
Hex 96 C4 8 17 0 60 17 4B 5C 28
Octal 226 304 10 27 0 140 27 113 134 50
Binary 10010110 11000100 1000 10111 0 1100000 10111 1001011 1011100 101000

Color Harmonies of #96C408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C408

Black with #96C408

Text Example


Text Example

White with #96C408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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