Html Css Color HEX #95A418 Citron

📋 copy color: '#95A418'

red 149 ◦ green 164 ◦ blue 24

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

Shades of Citron #95A418

Tints of Citron #95A418

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.66%

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 44.21%
G = 48.66%
B = 7.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#95A418 (or 0x95A418) is known color: Citron. HEX triplet: 95, A4 and 18. RGB value is (149,164,24). Sum of RGB (Red+Green+Blue) = 149+164+24=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 164 - color contains mainly: green. Hex color #95A418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A418 is #6A5BE7. Grayscale: #909090. Windows color (decimal): -6970344 or 1614997. OLE color: 1614997.

HSL color Cylindrical-coordinate representation of color #95A418: hue angle of 66.43º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95A418 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 164 24 -
CMYK 0.09 0 0.85 0.36
HSL 66.43º 0.74% 0.37% -
HSV(B) 66.43º 0.85% 0.64% -
XYZ 25.83 33.01 5.87 -
YUV 143.56 60.53 131.88 -
System Red Green Blue C M Y K H S L
Decimal 149 164 24 0.09 0 0.85 0.36 66.43 0.74 0.37
Hex 95 A4 18 9 0 55 24 42 4A 25
Octal 225 244 30 11 0 125 44 102 112 45
Binary 10010101 10100100 11000 1001 0 1010101 100100 1000010 1001010 100101

Color Harmonies of #95A418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A418

Black with #95A418

Text Example


Text Example

White with #95A418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A418; }

 p { color: rgb(149,164,24); }

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

background-color css

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

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

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

border-color css

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

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

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