Html Css Color HEX #969122 Citron

📋 copy color: '#969122'

red 150 ◦ green 145 ◦ blue 34

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

Shades of Citron #969122

Tints of Citron #969122

RGB

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

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

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

R = 45.59%
G = 44.07%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#969122 (or 0x969122) is known color: Citron. HEX triplet: 96, 91 and 22. RGB value is (150,145,34). Sum of RGB (Red+Green+Blue) = 150+145+34=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #969122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969122 is #696EDD. Grayscale: #868686. Windows color (decimal): -6909662 or 2265494. OLE color: 2265494.

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

Color convert

RGB 150 145 34 -
CMYK 0 0.03 0.77 0.41
HSL 57.41º 0.63% 0.36% -
HSV(B) 57.41º 0.77% 0.59% -
XYZ 22.99 26.85 5.48 -
YUV 133.84 71.66 139.53 -
System Red Green Blue C M Y K H S L
Decimal 150 145 34 0 0.03 0.77 0.41 57.41 0.63 0.36
Hex 96 91 22 0 3 4D 29 39 3F 24
Octal 226 221 42 0 3 115 51 71 77 44
Binary 10010110 10010001 100010 0 11 1001101 101001 111001 111111 100100

Color Harmonies of #969122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969122

Black with #969122

Text Example


Text Example

White with #969122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969122; }

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

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

background-color css

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

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

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

border-color css

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

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

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