Html Css Color HEX #96C413 Citrus

📋 copy color: '#96C413'

red 150 ◦ green 196 ◦ blue 19

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

Shades of Citrus #96C413

Tints of Citrus #96C413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.21%

R = 41.1%
G = 53.7%
B = 5.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#96C413 (or 0x96C413) is known color: Citrus. HEX triplet: 96, C4 and 13. RGB value is (150,196,19). Sum of RGB (Red+Green+Blue) = 150+196+19=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #96C413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C413 is #693BEC. Grayscale: #A2A2A2. Windows color (decimal): -6896621 or 1295510. OLE color: 1295510.

HSL color Cylindrical-coordinate representation of color #96C413: hue angle of 75.59º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96C413 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 196 19 -
CMYK 0.23 0 0.90 0.23
HSL 75.59º 0.82% 0.42% -
HSV(B) 75.59º 0.9% 0.77% -
XYZ 32.44 46.01 7.79 -
YUV 162.07 47.26 119.39 -
System Red Green Blue C M Y K H S L
Decimal 150 196 19 0.23 0 0.90 0.23 75.59 0.82 0.42
Hex 96 C4 13 17 0 5A 17 4C 52 2A
Octal 226 304 23 27 0 132 27 114 122 52
Binary 10010110 11000100 10011 10111 0 1011010 10111 1001100 1010010 101010

Color Harmonies of #96C413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C413

Black with #96C413

Text Example


Text Example

White with #96C413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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