Html Css Color HEX #96BD19 Citrus

📋 copy color: '#96BD19'

red 150 ◦ green 189 ◦ blue 25

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

Shades of Citrus #96BD19

Tints of Citrus #96BD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.87%

R = 41.21%
G = 51.92%
B = 6.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#96BD19 (or 0x96BD19) is known color: Citrus. HEX triplet: 96, BD and 19. RGB value is (150,189,25). Sum of RGB (Red+Green+Blue) = 150+189+25=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 189 (74.22% from 255 or 51.92% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BD19 is #6942E6. Grayscale: #9F9F9F. Windows color (decimal): -6898407 or 1686934. OLE color: 1686934.

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

Color convert

RGB 150 189 25 -
CMYK 0.21 0 0.87 0.26
HSL 74.27º 0.77% 0.42% -
HSV(B) 74.27º 0.87% 0.74% -
XYZ 30.95 42.95 7.58 -
YUV 158.64 52.58 121.84 -
System Red Green Blue C M Y K H S L
Decimal 150 189 25 0.21 0 0.87 0.26 74.27 0.77 0.42
Hex 96 BD 19 15 0 57 1A 4A 4D 2A
Octal 226 275 31 25 0 127 32 112 115 52
Binary 10010110 10111101 11001 10101 0 1010111 11010 1001010 1001101 101010

Color Harmonies of #96BD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD19

Black with #96BD19

Text Example


Text Example

White with #96BD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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