Html Css Color HEX #96A105 Citrus

📋 copy color: '#96A105'

red 150 ◦ green 161 ◦ blue 5

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

Shades of Citrus #96A105

Tints of Citrus #96A105

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.95%

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

R = 47.47%
G = 50.95%
B = 1.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#96A105 (or 0x96A105) is known color: Citrus. HEX triplet: 96, A1 and 05. RGB value is (150,161,5). Sum of RGB (Red+Green+Blue) = 150+161+5=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #96A105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A105 is #695EFA. Grayscale: #8C8C8C. Windows color (decimal): -6905595 or 369046. OLE color: 369046.

HSL color Cylindrical-coordinate representation of color #96A105: hue angle of 64.23º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96A105 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 161 5 -
CMYK 0.07 0 0.97 0.37
HSL 64.23º 0.94% 0.33% -
HSV(B) 64.23º 0.97% 0.63% -
XYZ 25.35 31.98 4.98 -
YUV 139.93 51.86 135.18 -
System Red Green Blue C M Y K H S L
Decimal 150 161 5 0.07 0 0.97 0.37 64.23 0.94 0.33
Hex 96 A1 5 7 0 61 25 40 5E 21
Octal 226 241 5 7 0 141 45 100 136 41
Binary 10010110 10100001 101 111 0 1100001 100101 1000000 1011110 100001

Color Harmonies of #96A105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A105

Black with #96A105

Text Example


Text Example

White with #96A105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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