Html Css Color HEX #A4CBA2 Spring Rain

📋 copy color: '#A4CBA2'

red 164 ◦ green 203 ◦ blue 162

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

Shades of Spring Rain #A4CBA2

Tints of Spring Rain #A4CBA2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.37%

 BLUE value IS 162 (63.67% from 255) = 30.62%

R = 31%
G = 38.37%
B = 30.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#A4CBA2 (or 0xA4CBA2) is known color: Spring Rain. HEX triplet: A4, CB and A2. RGB value is (164,203,162). Sum of RGB (Red+Green+Blue) = 164+203+162=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CBA2 is #5B345D. Grayscale: #BABABA. Windows color (decimal): -5977182 or 10668964. OLE color: 10668964.

HSL color Cylindrical-coordinate representation of color #A4CBA2: hue angle of 117.07º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CBA2 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 203 162 -
CMYK 0.19 0 0.20 0.20
HSL 117.07º 0.28% 0.72% -
HSV(B) 117.07º 0.2% 0.8% -
XYZ 43.19 53.21 42.18 -
YUV 186.67 114.08 111.83 -
System Red Green Blue C M Y K H S L
Decimal 164 203 162 0.19 0 0.20 0.20 117.07 0.28 0.72
Hex A4 CB A2 13 0 14 14 75 1C 48
Octal 244 313 242 23 0 24 24 165 34 110
Binary 10100100 11001011 10100010 10011 0 10100 10100 1110101 11100 1001000

Color Harmonies of #A4CBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CBA2

Black with #A4CBA2

Text Example


Text Example

White with #A4CBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CBA2; }

 p { color: rgb(164,203,162); }

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

background-color css

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

 a { background-color: rgb(164,203,162); }

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

border-color css

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

 span { border-color: rgb(164,203,162); }

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