Html Css Color HEX #96BA10 Citrus

📋 copy color: '#96BA10'

red 150 ◦ green 186 ◦ blue 16

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

Shades of Citrus #96BA10

Tints of Citrus #96BA10

RGB

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

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

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

R = 42.61%
G = 52.84%
B = 4.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#96BA10 (or 0x96BA10) is known color: Citrus. HEX triplet: 96, BA and 10. RGB value is (150,186,16). Sum of RGB (Red+Green+Blue) = 150+186+16=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BA10 is #6945EF. Grayscale: #9C9C9C. Windows color (decimal): -6899184 or 1096342. OLE color: 1096342.

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

Color convert

RGB 150 186 16 -
CMYK 0.19 0 0.91 0.27
HSL 72.71º 0.84% 0.4% -
HSV(B) 72.71º 0.91% 0.73% -
XYZ 30.23 41.64 6.93 -
YUV 155.86 49.07 123.82 -
System Red Green Blue C M Y K H S L
Decimal 150 186 16 0.19 0 0.91 0.27 72.71 0.84 0.4
Hex 96 BA 10 13 0 5B 1B 49 54 28
Octal 226 272 20 23 0 133 33 111 124 50
Binary 10010110 10111010 10000 10011 0 1011011 11011 1001001 1010100 101000

Color Harmonies of #96BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA10

Black with #96BA10

Text Example


Text Example

White with #96BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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