Html Css Color HEX #959824 Citron

📋 copy color: '#959824'

red 149 ◦ green 152 ◦ blue 36

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

Shades of Citron #959824

Tints of Citron #959824

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.1%

 BLUE value IS 36 (14.45% from 255) = 10.68%

R = 44.21%
G = 45.1%
B = 10.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#959824 (or 0x959824) is known color: Citron. HEX triplet: 95, 98 and 24. RGB value is (149,152,36). Sum of RGB (Red+Green+Blue) = 149+152+36=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #959824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959824 is #6A67DB. Grayscale: #8A8A8A. Windows color (decimal): -6973404 or 2398357. OLE color: 2398357.

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

Color convert

RGB 149 152 36 -
CMYK 0.02 0 0.76 0.40
HSL 61.55º 0.62% 0.37% -
HSV(B) 61.55º 0.76% 0.6% -
XYZ 23.94 28.97 6 -
YUV 137.88 70.51 135.93 -
System Red Green Blue C M Y K H S L
Decimal 149 152 36 0.02 0 0.76 0.40 61.55 0.62 0.37
Hex 95 98 24 2 0 4C 28 3E 3E 25
Octal 225 230 44 2 0 114 50 76 76 45
Binary 10010101 10011000 100100 10 0 1001100 101000 111110 111110 100101

Color Harmonies of #959824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959824

Black with #959824

Text Example


Text Example

White with #959824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959824; }

 p { color: rgb(149,152,36); }

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

background-color css

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

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

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

border-color css

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

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

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