Html Css Color HEX #96B613 Citrus

📋 copy color: '#96B613'

red 150 ◦ green 182 ◦ blue 19

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

Shades of Citrus #96B613

Tints of Citrus #96B613

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.85%

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

R = 42.74%
G = 51.85%
B = 5.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#96B613 (or 0x96B613) is known color: Citrus. HEX triplet: 96, B6 and 13. RGB value is (150,182,19). Sum of RGB (Red+Green+Blue) = 150+182+19=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 182 (71.48% from 255 or 51.85% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 182 - color contains mainly: green. Hex color #96B613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B613 is #6949EC. Grayscale: #9A9A9A. Windows color (decimal): -6900205 or 1291926. OLE color: 1291926.

HSL color Cylindrical-coordinate representation of color #96B613: hue angle of 71.78º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96B613 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 182 19 -
CMYK 0.18 0 0.90 0.29
HSL 71.78º 0.81% 0.39% -
HSV(B) 71.78º 0.9% 0.71% -
XYZ 29.42 39.99 6.78 -
YUV 153.85 51.9 125.25 -
System Red Green Blue C M Y K H S L
Decimal 150 182 19 0.18 0 0.90 0.29 71.78 0.81 0.39
Hex 96 B6 13 12 0 5A 1D 48 51 27
Octal 226 266 23 22 0 132 35 110 121 47
Binary 10010110 10110110 10011 10010 0 1011010 11101 1001000 1010001 100111

Color Harmonies of #96B613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B613

Black with #96B613

Text Example


Text Example

White with #96B613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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