Html Css Color HEX #95A815 Citron

📋 copy color: '#95A815'

red 149 ◦ green 168 ◦ blue 21

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

Shades of Citron #95A815

Tints of Citron #95A815

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.7%

 BLUE value IS 21 (8.59% from 255) = 6.21%

R = 44.08%
G = 49.7%
B = 6.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#95A815 (or 0x95A815) is known color: Citron. HEX triplet: 95, A8 and 15. RGB value is (149,168,21). Sum of RGB (Red+Green+Blue) = 149+168+21=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 168 (66.02% from 255 or 49.70% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 168 - color contains mainly: green. Hex color #95A815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A815 is #6A57EA. Grayscale: #929292. Windows color (decimal): -6969323 or 1419413. OLE color: 1419413.

HSL color Cylindrical-coordinate representation of color #95A815: hue angle of 67.76º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95A815 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 168 21 -
CMYK 0.11 0 0.88 0.34
HSL 67.76º 0.78% 0.37% -
HSV(B) 67.76º 0.88% 0.66% -
XYZ 26.53 34.45 5.96 -
YUV 145.56 57.71 130.45 -
System Red Green Blue C M Y K H S L
Decimal 149 168 21 0.11 0 0.88 0.34 67.76 0.78 0.37
Hex 95 A8 15 B 0 58 22 44 4E 25
Octal 225 250 25 13 0 130 42 104 116 45
Binary 10010101 10101000 10101 1011 0 1011000 100010 1000100 1001110 100101

Color Harmonies of #95A815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A815

Black with #95A815

Text Example


Text Example

White with #95A815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,168,21); }

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

background-color css

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

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

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

border-color css

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

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

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