Html Css Color HEX #96BC14 Citrus

📋 copy color: '#96BC14'

red 150 ◦ green 188 ◦ blue 20

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

Shades of Citrus #96BC14

Tints of Citrus #96BC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.59%

R = 41.9%
G = 52.51%
B = 5.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#96BC14 (or 0x96BC14) is known color: Citrus. HEX triplet: 96, BC and 14. RGB value is (150,188,20). Sum of RGB (Red+Green+Blue) = 150+188+20=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BC14 is #6943EB. Grayscale: #9E9E9E. Windows color (decimal): -6898668 or 1358998. OLE color: 1358998.

HSL color Cylindrical-coordinate representation of color #96BC14: hue angle of 73.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96BC14 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 20 -
CMYK 0.20 0 0.89 0.26
HSL 73.57º 0.81% 0.41% -
HSV(B) 73.57º 0.89% 0.74% -
XYZ 30.69 42.5 7.25 -
YUV 157.49 50.41 122.66 -
System Red Green Blue C M Y K H S L
Decimal 150 188 20 0.20 0 0.89 0.26 73.57 0.81 0.41
Hex 96 BC 14 14 0 59 1A 4A 51 29
Octal 226 274 24 24 0 131 32 112 121 51
Binary 10010110 10111100 10100 10100 0 1011001 11010 1001010 1010001 101001

Color Harmonies of #96BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC14

Black with #96BC14

Text Example


Text Example

White with #96BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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