Html Css Color HEX #96B712 Citrus

📋 copy color: '#96B712'

red 150 ◦ green 183 ◦ blue 18

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

Shades of Citrus #96B712

Tints of Citrus #96B712

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.14%

 BLUE value IS 18 (7.42% from 255) = 5.13%

R = 42.74%
G = 52.14%
B = 5.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#96B712 (or 0x96B712) is known color: Citrus. HEX triplet: 96, B7 and 12. RGB value is (150,183,18). Sum of RGB (Red+Green+Blue) = 150+183+18=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 183 (71.88% from 255 or 52.14% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 183 - color contains mainly: green. Hex color #96B712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B712 is #6948ED. Grayscale: #9A9A9A. Windows color (decimal): -6899950 or 1226646. OLE color: 1226646.

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

Color convert

RGB 150 183 18 -
CMYK 0.18 0 0.90 0.28
HSL 72º 0.82% 0.39% -
HSV(B) 72º 0.9% 0.72% -
XYZ 29.62 40.39 6.81 -
YUV 154.32 51.07 124.92 -
System Red Green Blue C M Y K H S L
Decimal 150 183 18 0.18 0 0.90 0.28 72 0.82 0.39
Hex 96 B7 12 12 0 5A 1C 48 52 27
Octal 226 267 22 22 0 132 34 110 122 47
Binary 10010110 10110111 10010 10010 0 1011010 11100 1001000 1010010 100111

Color Harmonies of #96B712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B712

Black with #96B712

Text Example


Text Example

White with #96B712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,183,18); }

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

background-color css

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

 a { background-color: rgb(150,183,18); }

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

border-color css

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

 span { border-color: rgb(150,183,18); }

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