Html Css Color HEX #95A21D Citron

📋 copy color: '#95A21D'

red 149 ◦ green 162 ◦ blue 29

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

Shades of Citron #95A21D

Tints of Citron #95A21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.53%

R = 43.82%
G = 47.65%
B = 8.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#95A21D (or 0x95A21D) is known color: Citron. HEX triplet: 95, A2 and 1D. RGB value is (149,162,29). Sum of RGB (Red+Green+Blue) = 149+162+29=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #95A21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A21D is #6A5DE2. Grayscale: #8F8F8F. Windows color (decimal): -6970851 or 1942165. OLE color: 1942165.

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

Color convert

RGB 149 162 29 -
CMYK 0.08 0 0.82 0.36
HSL 65.86º 0.7% 0.37% -
HSV(B) 65.86º 0.82% 0.64% -
XYZ 25.54 32.32 6.05 -
YUV 142.95 63.69 132.31 -
System Red Green Blue C M Y K H S L
Decimal 149 162 29 0.08 0 0.82 0.36 65.86 0.7 0.37
Hex 95 A2 1D 8 0 52 24 42 46 25
Octal 225 242 35 10 0 122 44 102 106 45
Binary 10010101 10100010 11101 1000 0 1010010 100100 1000010 1000110 100101

Color Harmonies of #95A21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A21D

Black with #95A21D

Text Example


Text Example

White with #95A21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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