Html Css Color HEX #A4BF95 Spring Rain

📋 copy color: '#A4BF95'

red 164 ◦ green 191 ◦ blue 149

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

Shades of Spring Rain #A4BF95

Tints of Spring Rain #A4BF95

RGB

 RED value IS 164 (64.45% from 255) = 32.54%

 GREEN value IS 191 (75% from 255) = 37.9%

 BLUE value IS 149 (58.59% from 255) = 29.56%

R = 32.54%
G = 37.9%
B = 29.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#A4BF95 (or 0xA4BF95) is known color: Spring Rain. HEX triplet: A4, BF and 95. RGB value is (164,191,149). Sum of RGB (Red+Green+Blue) = 164+191+149=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BF95 is #5B406A. Grayscale: #B2B2B2. Windows color (decimal): -5980267 or 9813924. OLE color: 9813924.

HSL color Cylindrical-coordinate representation of color #A4BF95: hue angle of 98.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4BF95 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 191 149 -
CMYK 0.14 0 0.22 0.25
HSL 98.57º 0.25% 0.67% -
HSV(B) 98.57º 0.22% 0.75% -
XYZ 39.37 47.32 35.49 -
YUV 178.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 164 191 149 0.14 0 0.22 0.25 98.57 0.25 0.67
Hex A4 BF 95 E 0 16 19 63 19 43
Octal 244 277 225 16 0 26 31 143 31 103
Binary 10100100 10111111 10010101 1110 0 10110 11001 1100011 11001 1000011

Color Harmonies of #A4BF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BF95

Black with #A4BF95

Text Example


Text Example

White with #A4BF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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