Html Css Color HEX #96BA12 Citrus

📋 copy color: '#96BA12'

red 150 ◦ green 186 ◦ blue 18

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

Shades of Citrus #96BA12

Tints of Citrus #96BA12

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.54%

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

R = 42.37%
G = 52.54%
B = 5.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#96BA12 (or 0x96BA12) is known color: Citrus. HEX triplet: 96, BA and 12. RGB value is (150,186,18). Sum of RGB (Red+Green+Blue) = 150+186+18=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BA12 is #6945ED. Grayscale: #9C9C9C. Windows color (decimal): -6899182 or 1227414. OLE color: 1227414.

HSL color Cylindrical-coordinate representation of color #96BA12: hue angle of 72.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96BA12 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 18 -
CMYK 0.19 0 0.90 0.27
HSL 72.86º 0.82% 0.4% -
HSV(B) 72.86º 0.9% 0.73% -
XYZ 30.25 41.65 7.02 -
YUV 156.08 50.07 123.66 -
System Red Green Blue C M Y K H S L
Decimal 150 186 18 0.19 0 0.90 0.27 72.86 0.82 0.4
Hex 96 BA 12 13 0 5A 1B 49 52 28
Octal 226 272 22 23 0 132 33 111 122 50
Binary 10010110 10111010 10010 10011 0 1011010 11011 1001001 1010010 101000

Color Harmonies of #96BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA12

Black with #96BA12

Text Example


Text Example

White with #96BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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