Html Css Color HEX #959527 Citron

📋 copy color: '#959527'

red 149 ◦ green 149 ◦ blue 39

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

Shades of Citron #959527

Tints of Citron #959527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.57%

R = 44.21%
G = 44.21%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#959527 (or 0x959527) is known color: Citron. HEX triplet: 95, 95 and 27. RGB value is (149,149,39). Sum of RGB (Red+Green+Blue) = 149+149+39=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959527 is #6A6AD8. Grayscale: #888888. Windows color (decimal): -6974169 or 2594197. OLE color: 2594197.

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

Color convert

RGB 149 149 39 -
CMYK 0 0 0.74 0.42
HSL 60º 0.59% 0.37% -
HSV(B) 60º 0.74% 0.58% -
XYZ 23.51 28.03 6.09 -
YUV 136.46 73 136.94 -
System Red Green Blue C M Y K H S L
Decimal 149 149 39 0 0 0.74 0.42 60 0.59 0.37
Hex 95 95 27 0 0 4A 2A 3C 3B 25
Octal 225 225 47 0 0 112 52 74 73 45
Binary 10010101 10010101 100111 0 0 1001010 101010 111100 111011 100101

Color Harmonies of #959527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959527

Black with #959527

Text Example


Text Example

White with #959527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959527; }

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

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

background-color css

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

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

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

border-color css

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

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

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