Html Css Color HEX #959920 Citron

📋 copy color: '#959920'

red 149 ◦ green 153 ◦ blue 32

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

Shades of Citron #959920

Tints of Citron #959920

RGB

 RED value IS 149 (58.59% from 255) = 44.61%

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

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

R = 44.61%
G = 45.81%
B = 9.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#959920 (or 0x959920) is known color: Citron. HEX triplet: 95, 99 and 20. RGB value is (149,153,32). Sum of RGB (Red+Green+Blue) = 149+153+32=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #959920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959920 is #6A66DF. Grayscale: #8A8A8A. Windows color (decimal): -6973152 or 2136469. OLE color: 2136469.

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

Color convert

RGB 149 153 32 -
CMYK 0.03 0 0.79 0.4
HSL 61.98º 0.65% 0.36% -
HSV(B) 61.98º 0.79% 0.6% -
XYZ 24.05 29.28 5.75 -
YUV 138.01 68.17 135.84 -
System Red Green Blue C M Y K H S L
Decimal 149 153 32 0.03 0 0.79 0.4 61.98 0.65 0.36
Hex 95 99 20 3 0 4F 28 3E 41 24
Octal 225 231 40 3 0 117 50 76 101 44
Binary 10010101 10011001 100000 11 0 1001111 101000 111110 1000001 100100

Color Harmonies of #959920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959920

Black with #959920

Text Example


Text Example

White with #959920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959920; }

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

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

background-color css

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

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

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

border-color css

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

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

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