Html Css Color HEX #96BC11 Citrus

📋 copy color: '#96BC11'

red 150 ◦ green 188 ◦ blue 17

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

Shades of Citrus #96BC11

Tints of Citrus #96BC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.79%

R = 42.25%
G = 52.96%
B = 4.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#96BC11 (or 0x96BC11) is known color: Citrus. HEX triplet: 96, BC and 11. RGB value is (150,188,17). Sum of RGB (Red+Green+Blue) = 150+188+17=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BC11 is #6943EE. Grayscale: #9D9D9D. Windows color (decimal): -6898671 or 1162390. OLE color: 1162390.

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

Color convert

RGB 150 188 17 -
CMYK 0.20 0 0.91 0.26
HSL 73.33º 0.83% 0.4% -
HSV(B) 73.33º 0.91% 0.74% -
XYZ 30.66 42.49 7.12 -
YUV 157.14 48.91 122.9 -
System Red Green Blue C M Y K H S L
Decimal 150 188 17 0.20 0 0.91 0.26 73.33 0.83 0.4
Hex 96 BC 11 14 0 5B 1A 49 53 28
Octal 226 274 21 24 0 133 32 111 123 50
Binary 10010110 10111100 10001 10100 0 1011011 11010 1001001 1010011 101000

Color Harmonies of #96BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC11

Black with #96BC11

Text Example


Text Example

White with #96BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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