Html Css Color HEX #959521 Citron

📋 copy color: '#959521'

red 149 ◦ green 149 ◦ blue 33

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

Shades of Citron #959521

Tints of Citron #959521

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.02%

 BLUE value IS 33 (13.28% from 255) = 9.97%

R = 45.02%
G = 45.02%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#959521 (or 0x959521) is known color: Citron. HEX triplet: 95, 95 and 21. RGB value is (149,149,33). Sum of RGB (Red+Green+Blue) = 149+149+33=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959521 is #6A6ADE. Grayscale: #888888. Windows color (decimal): -6974175 or 2200981. OLE color: 2200981.

HSL color Cylindrical-coordinate representation of color #959521: hue angle of 60º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #959521 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 149 33 -
CMYK 0 0 0.78 0.42
HSL 60º 0.64% 0.36% -
HSV(B) 60º 0.78% 0.58% -
XYZ 23.42 27.99 5.61 -
YUV 135.78 70 137.43 -
System Red Green Blue C M Y K H S L
Decimal 149 149 33 0 0 0.78 0.42 60 0.64 0.36
Hex 95 95 21 0 0 4E 2A 3C 40 24
Octal 225 225 41 0 0 116 52 74 100 44
Binary 10010101 10010101 100001 0 0 1001110 101010 111100 1000000 100100

Color Harmonies of #959521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959521

Black with #959521

Text Example


Text Example

White with #959521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959521; }

 p { color: rgb(149,149,33); }

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

background-color css

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

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

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

border-color css

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

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

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