Html Css Color HEX #A4CBB2 Gum Leaf

📋 copy color: '#A4CBB2'

red 164 ◦ green 203 ◦ blue 178

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

Shades of Gum Leaf #A4CBB2

Tints of Gum Leaf #A4CBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.66%

R = 30.09%
G = 37.25%
B = 32.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#A4CBB2 (or 0xA4CBB2) is known color: Gum Leaf. HEX triplet: A4, CB and B2. RGB value is (164,203,178). Sum of RGB (Red+Green+Blue) = 164+203+178=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CBB2 is #5B344D. Grayscale: #BCBCBC. Windows color (decimal): -5977166 or 11717540. OLE color: 11717540.

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

Color convert

RGB 164 203 178 -
CMYK 0.19 0 0.12 0.20
HSL 141.54º 0.27% 0.72% -
HSV(B) 141.54º 0.19% 0.8% -
XYZ 44.7 53.82 50.15 -
YUV 188.49 122.08 110.53 -
System Red Green Blue C M Y K H S L
Decimal 164 203 178 0.19 0 0.12 0.20 141.54 0.27 0.72
Hex A4 CB B2 13 0 C 14 8E 1B 48
Octal 244 313 262 23 0 14 24 216 33 110
Binary 10100100 11001011 10110010 10011 0 1100 10100 10001110 11011 1001000

Color Harmonies of #A4CBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CBB2

Black with #A4CBB2

Text Example


Text Example

White with #A4CBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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