Html Css Color HEX #96AD06 Citrus

📋 copy color: '#96AD06'

red 150 ◦ green 173 ◦ blue 6

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

Shades of Citrus #96AD06

Tints of Citrus #96AD06

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.58%

 BLUE value IS 6 (2.73% from 255) = 1.82%

R = 45.59%
G = 52.58%
B = 1.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#96AD06 (or 0x96AD06) is known color: Citrus. HEX triplet: 96, AD and 06. RGB value is (150,173,6). Sum of RGB (Red+Green+Blue) = 150+173+6=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AD06 is #6952F9. Grayscale: #939393. Windows color (decimal): -6902522 or 437654. OLE color: 437654.

HSL color Cylindrical-coordinate representation of color #96AD06: hue angle of 68.26º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96AD06 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 173 6 -
CMYK 0.13 0 0.97 0.32
HSL 68.26º 0.93% 0.35% -
HSV(B) 68.26º 0.97% 0.68% -
XYZ 27.55 36.38 5.74 -
YUV 147.09 48.38 130.08 -
System Red Green Blue C M Y K H S L
Decimal 150 173 6 0.13 0 0.97 0.32 68.26 0.93 0.35
Hex 96 AD 6 D 0 61 20 44 5D 23
Octal 226 255 6 15 0 141 40 104 135 43
Binary 10010110 10101101 110 1101 0 1100001 100000 1000100 1011101 100011

Color Harmonies of #96AD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AD06

Black with #96AD06

Text Example


Text Example

White with #96AD06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,173,6); }

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

background-color css

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

 a { background-color: rgb(150,173,6); }

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

border-color css

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

 span { border-color: rgb(150,173,6); }

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