Html Css Color HEX #96B90C Citrus

📋 copy color: '#96B90C'

red 150 ◦ green 185 ◦ blue 12

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

Shades of Citrus #96B90C

Tints of Citrus #96B90C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.31%

 BLUE value IS 12 (5.08% from 255) = 3.46%

R = 43.23%
G = 53.31%
B = 3.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#96B90C (or 0x96B90C) is known color: Citrus. HEX triplet: 96, B9 and 0C. RGB value is (150,185,12). Sum of RGB (Red+Green+Blue) = 150+185+12=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #96B90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B90C is #6946F3. Grayscale: #9B9B9B. Windows color (decimal): -6899444 or 833942. OLE color: 833942.

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

Color convert

RGB 150 185 12 -
CMYK 0.19 0 0.94 0.27
HSL 72.14º 0.88% 0.39% -
HSV(B) 72.14º 0.94% 0.73% -
XYZ 29.99 41.21 6.72 -
YUV 154.81 47.4 124.57 -
System Red Green Blue C M Y K H S L
Decimal 150 185 12 0.19 0 0.94 0.27 72.14 0.88 0.39
Hex 96 B9 C 13 0 5E 1B 48 58 27
Octal 226 271 14 23 0 136 33 110 130 47
Binary 10010110 10111001 1100 10011 0 1011110 11011 1001000 1011000 100111

Color Harmonies of #96B90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B90C

Black with #96B90C

Text Example


Text Example

White with #96B90C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,185,12); }

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

background-color css

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

 a { background-color: rgb(150,185,12); }

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

border-color css

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

 span { border-color: rgb(150,185,12); }

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