Html Css Color HEX #96B719 Citrus

📋 copy color: '#96B719'

red 150 ◦ green 183 ◦ blue 25

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

Shades of Citrus #96B719

Tints of Citrus #96B719

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.12%

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

R = 41.9%
G = 51.12%
B = 6.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#96B719 (or 0x96B719) is known color: Citrus. HEX triplet: 96, B7 and 19. RGB value is (150,183,25). Sum of RGB (Red+Green+Blue) = 150+183+25=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #96B719 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B719 is #6948E6. Grayscale: #9B9B9B. Windows color (decimal): -6899943 or 1685398. OLE color: 1685398.

HSL color Cylindrical-coordinate representation of color #96B719: hue angle of 72.53º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96B719 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 183 25 -
CMYK 0.18 0 0.86 0.28
HSL 72.53º 0.76% 0.41% -
HSV(B) 72.53º 0.86% 0.72% -
XYZ 29.69 40.42 7.16 -
YUV 155.12 54.57 124.35 -
System Red Green Blue C M Y K H S L
Decimal 150 183 25 0.18 0 0.86 0.28 72.53 0.76 0.41
Hex 96 B7 19 12 0 56 1C 49 4C 29
Octal 226 267 31 22 0 126 34 111 114 51
Binary 10010110 10110111 11001 10010 0 1010110 11100 1001001 1001100 101001

Color Harmonies of #96B719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B719

Black with #96B719

Text Example


Text Example

White with #96B719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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