Html Css Color HEX #969120 Citron

📋 copy color: '#969120'

red 150 ◦ green 145 ◦ blue 32

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

Shades of Citron #969120

Tints of Citron #969120

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.34%

 BLUE value IS 32 (12.89% from 255) = 9.79%

R = 45.87%
G = 44.34%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#969120 (or 0x969120) is known color: Citron. HEX triplet: 96, 91 and 20. RGB value is (150,145,32). Sum of RGB (Red+Green+Blue) = 150+145+32=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #969120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969120 is #696EDF. Grayscale: #868686. Windows color (decimal): -6909664 or 2134422. OLE color: 2134422.

HSL color Cylindrical-coordinate representation of color #969120: hue angle of 57.46º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #969120 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 145 32 -
CMYK 0 0.03 0.79 0.41
HSL 57.46º 0.65% 0.36% -
HSV(B) 57.46º 0.79% 0.59% -
XYZ 22.96 26.84 5.34 -
YUV 133.61 70.66 139.69 -
System Red Green Blue C M Y K H S L
Decimal 150 145 32 0 0.03 0.79 0.41 57.46 0.65 0.36
Hex 96 91 20 0 3 4F 29 39 41 24
Octal 226 221 40 0 3 117 51 71 101 44
Binary 10010110 10010001 100000 0 11 1001111 101001 111001 1000001 100100

Color Harmonies of #969120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969120

Black with #969120

Text Example


Text Example

White with #969120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969120; }

 p { color: rgb(150,145,32); }

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

background-color css

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

 a { background-color: rgb(150,145,32); }

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

border-color css

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

 span { border-color: rgb(150,145,32); }

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