Html Css Color HEX #95A419 Citron

📋 copy color: '#95A419'

red 149 ◦ green 164 ◦ blue 25

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

Shades of Citron #95A419

Tints of Citron #95A419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.4%

R = 44.08%
G = 48.52%
B = 7.4%

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

#95A419 (or 0x95A419) is known color: Citron. HEX triplet: 95, A4 and 19. RGB value is (149,164,25). Sum of RGB (Red+Green+Blue) = 149+164+25=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #95A419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A419 is #6A5BE6. Grayscale: #909090. Windows color (decimal): -6970343 or 1680533. OLE color: 1680533.

HSL color Cylindrical-coordinate representation of color #95A419: hue angle of 66.47º 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 #95A419 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 164 25 -
CMYK 0.09 0 0.85 0.36
HSL 66.47º 0.74% 0.37% -
HSV(B) 66.47º 0.85% 0.64% -
XYZ 25.85 33.01 5.93 -
YUV 143.67 61.03 131.8 -
System Red Green Blue C M Y K H S L
Decimal 149 164 25 0.09 0 0.85 0.36 66.47 0.74 0.37
Hex 95 A4 19 9 0 55 24 42 4A 25
Octal 225 244 31 11 0 125 44 102 112 45
Binary 10010101 10100100 11001 1001 0 1010101 100100 1000010 1001010 100101

Color Harmonies of #95A419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A419

Black with #95A419

Text Example


Text Example

White with #95A419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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