Html Css Color HEX #95A20D Citron

📋 copy color: '#95A20D'

red 149 ◦ green 162 ◦ blue 13

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

Shades of Citron #95A20D

Tints of Citron #95A20D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50%

 BLUE value IS 13 (5.47% from 255) = 4.01%

R = 45.99%
G = 50%
B = 4.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#95A20D (or 0x95A20D) is known color: Citron. HEX triplet: 95, A2 and 0D. RGB value is (149,162,13). Sum of RGB (Red+Green+Blue) = 149+162+13=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #95A20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A20D is #6A5DF2. Grayscale: #8D8D8D. Windows color (decimal): -6970867 or 893589. OLE color: 893589.

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

Color convert

RGB 149 162 13 -
CMYK 0.08 0 0.92 0.36
HSL 65.23º 0.85% 0.34% -
HSV(B) 65.23º 0.92% 0.64% -
XYZ 25.39 32.26 5.27 -
YUV 141.13 55.69 133.62 -
System Red Green Blue C M Y K H S L
Decimal 149 162 13 0.08 0 0.92 0.36 65.23 0.85 0.34
Hex 95 A2 D 8 0 5C 24 41 55 22
Octal 225 242 15 10 0 134 44 101 125 42
Binary 10010101 10100010 1101 1000 0 1011100 100100 1000001 1010101 100010

Color Harmonies of #95A20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A20D

Black with #95A20D

Text Example


Text Example

White with #95A20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,162,13); }

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

background-color css

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

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

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

border-color css

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

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

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