Html Css Color HEX #969920 Citron

📋 copy color: '#969920'

red 150 ◦ green 153 ◦ blue 32

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

Shades of Citron #969920

Tints of Citron #969920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 44.78%
G = 45.67%
B = 9.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#969920 (or 0x969920) is known color: Citron. HEX triplet: 96, 99 and 20. RGB value is (150,153,32). Sum of RGB (Red+Green+Blue) = 150+153+32=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #969920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969920 is #6966DF. Grayscale: #8A8A8A. Windows color (decimal): -6907616 or 2136470. OLE color: 2136470.

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

Color convert

RGB 150 153 32 -
CMYK 0.02 0 0.79 0.4
HSL 61.49º 0.65% 0.36% -
HSV(B) 61.49º 0.79% 0.6% -
XYZ 24.23 29.37 5.76 -
YUV 138.31 68.01 136.34 -
System Red Green Blue C M Y K H S L
Decimal 150 153 32 0.02 0 0.79 0.4 61.49 0.65 0.36
Hex 96 99 20 2 0 4F 28 3D 41 24
Octal 226 231 40 2 0 117 50 75 101 44
Binary 10010110 10011001 100000 10 0 1001111 101000 111101 1000001 100100

Color Harmonies of #969920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969920

Black with #969920

Text Example


Text Example

White with #969920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969920; }

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

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

background-color css

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

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

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

border-color css

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

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

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