Html Css Color HEX #96BC10 Citrus

📋 copy color: '#96BC10'

red 150 ◦ green 188 ◦ blue 16

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

Shades of Citrus #96BC10

Tints of Citrus #96BC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.52%

R = 42.37%
G = 53.11%
B = 4.52%

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

#96BC10 (or 0x96BC10) is known color: Citrus. HEX triplet: 96, BC and 10. RGB value is (150,188,16). Sum of RGB (Red+Green+Blue) = 150+188+16=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BC10 is #6943EF. Grayscale: #9D9D9D. Windows color (decimal): -6898672 or 1096854. OLE color: 1096854.

HSL color Cylindrical-coordinate representation of color #96BC10: hue angle of 73.26º degrees, saturation: 0.84, 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 #96BC10 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 16 -
CMYK 0.20 0 0.91 0.26
HSL 73.26º 0.84% 0.4% -
HSV(B) 73.26º 0.91% 0.74% -
XYZ 30.65 42.49 7.08 -
YUV 157.03 48.41 122.99 -
System Red Green Blue C M Y K H S L
Decimal 150 188 16 0.20 0 0.91 0.26 73.26 0.84 0.4
Hex 96 BC 10 14 0 5B 1A 49 54 28
Octal 226 274 20 24 0 133 32 111 124 50
Binary 10010110 10111100 10000 10100 0 1011011 11010 1001001 1010100 101000

Color Harmonies of #96BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC10

Black with #96BC10

Text Example


Text Example

White with #96BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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