Html Css Color HEX #969522 Citron

📋 copy color: '#969522'

red 150 ◦ green 149 ◦ blue 34

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

Shades of Citron #969522

Tints of Citron #969522

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.74%

 BLUE value IS 34 (13.67% from 255) = 10.21%

R = 45.05%
G = 44.74%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#969522 (or 0x969522) is known color: Citron. HEX triplet: 96, 95 and 22. RGB value is (150,149,34). Sum of RGB (Red+Green+Blue) = 150+149+34=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #969522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969522 is #696ADD. Grayscale: #888888. Windows color (decimal): -6908638 or 2266518. OLE color: 2266518.

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

Color convert

RGB 150 149 34 -
CMYK 0 0.01 0.77 0.41
HSL 59.48º 0.63% 0.36% -
HSV(B) 59.48º 0.77% 0.59% -
XYZ 23.61 28.09 5.69 -
YUV 136.19 70.33 137.85 -
System Red Green Blue C M Y K H S L
Decimal 150 149 34 0 0.01 0.77 0.41 59.48 0.63 0.36
Hex 96 95 22 0 1 4D 29 3B 3F 24
Octal 226 225 42 0 1 115 51 73 77 44
Binary 10010110 10010101 100010 0 1 1001101 101001 111011 111111 100100

Color Harmonies of #969522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969522

Black with #969522

Text Example


Text Example

White with #969522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969522; }

 p { color: rgb(150,149,34); }

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

background-color css

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

 a { background-color: rgb(150,149,34); }

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

border-color css

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

 span { border-color: rgb(150,149,34); }

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