Html Css Color HEX #969922 Citron

📋 copy color: '#969922'

red 150 ◦ green 153 ◦ blue 34

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

Shades of Citron #969922

Tints of Citron #969922

RGB

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

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

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

R = 44.51%
G = 45.4%
B = 10.09%

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

#969922 (or 0x969922) is known color: Citron. HEX triplet: 96, 99 and 22. RGB value is (150,153,34). Sum of RGB (Red+Green+Blue) = 150+153+34=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #969922 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969922 is #6966DD. Grayscale: #8B8B8B. Windows color (decimal): -6907614 or 2267542. OLE color: 2267542.

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

Color convert

RGB 150 153 34 -
CMYK 0.02 0 0.78 0.4
HSL 61.51º 0.64% 0.37% -
HSV(B) 61.51º 0.78% 0.6% -
XYZ 24.26 29.38 5.91 -
YUV 138.54 69.01 136.18 -
System Red Green Blue C M Y K H S L
Decimal 150 153 34 0.02 0 0.78 0.4 61.51 0.64 0.37
Hex 96 99 22 2 0 4E 28 3E 40 25
Octal 226 231 42 2 0 116 50 76 100 45
Binary 10010110 10011001 100010 10 0 1001110 101000 111110 1000000 100101

Color Harmonies of #969922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969922

Black with #969922

Text Example


Text Example

White with #969922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969922; }

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

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

background-color css

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

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

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

border-color css

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

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

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