Html Css Color HEX #969921 Citron

📋 copy color: '#969921'

red 150 ◦ green 153 ◦ blue 33

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

Shades of Citron #969921

Tints of Citron #969921

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.54%

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

R = 44.64%
G = 45.54%
B = 9.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#969921 (or 0x969921) is known color: Citron. HEX triplet: 96, 99 and 21. RGB value is (150,153,33). Sum of RGB (Red+Green+Blue) = 150+153+33=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #969921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969921 is #6966DE. Grayscale: #8A8A8A. Windows color (decimal): -6907615 or 2202006. OLE color: 2202006.

HSL color Cylindrical-coordinate representation of color #969921: hue angle of 61.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #969921 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 33 -
CMYK 0.02 0 0.78 0.4
HSL 61.5º 0.65% 0.36% -
HSV(B) 61.5º 0.78% 0.6% -
XYZ 24.24 29.38 5.83 -
YUV 138.42 68.51 136.26 -
System Red Green Blue C M Y K H S L
Decimal 150 153 33 0.02 0 0.78 0.4 61.5 0.65 0.36
Hex 96 99 21 2 0 4E 28 3E 41 24
Octal 226 231 41 2 0 116 50 76 101 44
Binary 10010110 10011001 100001 10 0 1001110 101000 111110 1000001 100100

Color Harmonies of #969921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969921

Black with #969921

Text Example


Text Example

White with #969921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969921; }

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

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

background-color css

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

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

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

border-color css

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

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

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