Html Css Color HEX #96BC12 Citrus

📋 copy color: '#96BC12'

red 150 ◦ green 188 ◦ blue 18

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

Shades of Citrus #96BC12

Tints of Citrus #96BC12

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.81%

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

R = 42.13%
G = 52.81%
B = 5.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#96BC12 (or 0x96BC12) is known color: Citrus. HEX triplet: 96, BC and 12. RGB value is (150,188,18). Sum of RGB (Red+Green+Blue) = 150+188+18=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BC12 is #6943ED. Grayscale: #9D9D9D. Windows color (decimal): -6898670 or 1227926. OLE color: 1227926.

HSL color Cylindrical-coordinate representation of color #96BC12: hue angle of 73.41º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96BC12 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 18 -
CMYK 0.20 0 0.90 0.26
HSL 73.41º 0.83% 0.4% -
HSV(B) 73.41º 0.9% 0.74% -
XYZ 30.67 42.49 7.16 -
YUV 157.26 49.41 122.82 -
System Red Green Blue C M Y K H S L
Decimal 150 188 18 0.20 0 0.90 0.26 73.41 0.83 0.4
Hex 96 BC 12 14 0 5A 1A 49 53 28
Octal 226 274 22 24 0 132 32 111 123 50
Binary 10010110 10111100 10010 10100 0 1011010 11010 1001001 1010011 101000

Color Harmonies of #96BC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC12

Black with #96BC12

Text Example


Text Example

White with #96BC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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