Html Css Color HEX #969121 Citron

📋 copy color: '#969121'

red 150 ◦ green 145 ◦ blue 33

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

Shades of Citron #969121

Tints of Citron #969121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.06%

R = 45.73%
G = 44.21%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#969121 (or 0x969121) is known color: Citron. HEX triplet: 96, 91 and 21. RGB value is (150,145,33). Sum of RGB (Red+Green+Blue) = 150+145+33=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #969121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969121 is #696EDE. Grayscale: #868686. Windows color (decimal): -6909663 or 2199958. OLE color: 2199958.

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

Color convert

RGB 150 145 33 -
CMYK 0 0.03 0.78 0.41
HSL 57.44º 0.64% 0.36% -
HSV(B) 57.44º 0.78% 0.59% -
XYZ 22.98 26.84 5.41 -
YUV 133.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 150 145 33 0 0.03 0.78 0.41 57.44 0.64 0.36
Hex 96 91 21 0 3 4E 29 39 40 24
Octal 226 221 41 0 3 116 51 71 100 44
Binary 10010110 10010001 100001 0 11 1001110 101001 111001 1000000 100100

Color Harmonies of #969121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969121

Black with #969121

Text Example


Text Example

White with #969121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969121; }

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

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

background-color css

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

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

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

border-color css

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

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

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