Html Css Color HEX #96B905 Citrus

📋 copy color: '#96B905'

red 150 ◦ green 185 ◦ blue 5

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

Shades of Citrus #96B905

Tints of Citrus #96B905

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.41%

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 44.12%
G = 54.41%
B = 1.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#96B905 (or 0x96B905) is known color: Citrus. HEX triplet: 96, B9 and 05. RGB value is (150,185,5). Sum of RGB (Red+Green+Blue) = 150+185+5=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #96B905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B905 is #6946FA. Grayscale: #9A9A9A. Windows color (decimal): -6899451 or 375190. OLE color: 375190.

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

Color convert

RGB 150 185 5 -
CMYK 0.19 0 0.97 0.27
HSL 71.67º 0.95% 0.37% -
HSV(B) 71.67º 0.97% 0.73% -
XYZ 29.95 41.19 6.52 -
YUV 154.02 43.9 125.14 -
System Red Green Blue C M Y K H S L
Decimal 150 185 5 0.19 0 0.97 0.27 71.67 0.95 0.37
Hex 96 B9 5 13 0 61 1B 48 5F 25
Octal 226 271 5 23 0 141 33 110 137 45
Binary 10010110 10111001 101 10011 0 1100001 11011 1001000 1011111 100101

Color Harmonies of #96B905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B905

Black with #96B905

Text Example


Text Example

White with #96B905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,185,5); }

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

background-color css

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

 a { background-color: rgb(150,185,5); }

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

border-color css

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

 span { border-color: rgb(150,185,5); }

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