Html Css Color HEX #95A616 Citron

📋 copy color: '#95A616'

red 149 ◦ green 166 ◦ blue 22

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

Shades of Citron #95A616

Tints of Citron #95A616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.26%

 BLUE value IS 22 (8.98% from 255) = 6.53%

R = 44.21%
G = 49.26%
B = 6.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#95A616 (or 0x95A616) is known color: Citron. HEX triplet: 95, A6 and 16. RGB value is (149,166,22). Sum of RGB (Red+Green+Blue) = 149+166+22=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 166 - color contains mainly: green. Hex color #95A616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A616 is #6A59E9. Grayscale: #919191. Windows color (decimal): -6969834 or 1484437. OLE color: 1484437.

HSL color Cylindrical-coordinate representation of color #95A616: hue angle of 67.08º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95A616 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 166 22 -
CMYK 0.10 0 0.87 0.35
HSL 67.08º 0.77% 0.37% -
HSV(B) 67.08º 0.87% 0.65% -
XYZ 26.18 33.72 5.89 -
YUV 144.5 58.87 131.21 -
System Red Green Blue C M Y K H S L
Decimal 149 166 22 0.10 0 0.87 0.35 67.08 0.77 0.37
Hex 95 A6 16 A 0 57 23 43 4D 25
Octal 225 246 26 12 0 127 43 103 115 45
Binary 10010101 10100110 10110 1010 0 1010111 100011 1000011 1001101 100101

Color Harmonies of #95A616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A616

Black with #95A616

Text Example


Text Example

White with #95A616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,166,22); }

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

background-color css

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

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

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

border-color css

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

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

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