Html Css Color HEX #96BD16 Citrus

📋 copy color: '#96BD16'

red 150 ◦ green 189 ◦ blue 22

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

Shades of Citrus #96BD16

Tints of Citrus #96BD16

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.35%

 BLUE value IS 22 (8.98% from 255) = 6.09%

R = 41.55%
G = 52.35%
B = 6.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#96BD16 (or 0x96BD16) is known color: Citrus. HEX triplet: 96, BD and 16. RGB value is (150,189,22). Sum of RGB (Red+Green+Blue) = 150+189+22=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BD16 is #6942E9. Grayscale: #9E9E9E. Windows color (decimal): -6898410 or 1490326. OLE color: 1490326.

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

Color convert

RGB 150 189 22 -
CMYK 0.21 0 0.88 0.26
HSL 74.01º 0.79% 0.41% -
HSV(B) 74.01º 0.88% 0.74% -
XYZ 30.92 42.94 7.42 -
YUV 158.3 51.08 122.08 -
System Red Green Blue C M Y K H S L
Decimal 150 189 22 0.21 0 0.88 0.26 74.01 0.79 0.41
Hex 96 BD 16 15 0 58 1A 4A 4F 29
Octal 226 275 26 25 0 130 32 112 117 51
Binary 10010110 10111101 10110 10101 0 1011000 11010 1001010 1001111 101001

Color Harmonies of #96BD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD16

Black with #96BD16

Text Example


Text Example

White with #96BD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,189,22); }

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

background-color css

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

 a { background-color: rgb(150,189,22); }

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

border-color css

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

 span { border-color: rgb(150,189,22); }

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