Html Css Color HEX #969322 Citron

📋 copy color: '#969322'

red 150 ◦ green 147 ◦ blue 34

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

Shades of Citron #969322

Tints of Citron #969322

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

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

R = 45.32%
G = 44.41%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#969322 (or 0x969322) is known color: Citron. HEX triplet: 96, 93 and 22. RGB value is (150,147,34). Sum of RGB (Red+Green+Blue) = 150+147+34=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #969322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969322 is #696CDD. Grayscale: #878787. Windows color (decimal): -6909150 or 2266006. OLE color: 2266006.

HSL color Cylindrical-coordinate representation of color #969322: hue angle of 58.45º 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 #969322 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 147 34 -
CMYK 0 0.02 0.77 0.41
HSL 58.45º 0.63% 0.36% -
HSV(B) 58.45º 0.77% 0.59% -
XYZ 23.3 27.47 5.59 -
YUV 135.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 150 147 34 0 0.02 0.77 0.41 58.45 0.63 0.36
Hex 96 93 22 0 2 4D 29 3A 3F 24
Octal 226 223 42 0 2 115 51 72 77 44
Binary 10010110 10010011 100010 0 10 1001101 101001 111010 111111 100100

Color Harmonies of #969322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969322

Black with #969322

Text Example


Text Example

White with #969322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969322; }

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

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

background-color css

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

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

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

border-color css

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

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

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