Html Css Color HEX #A5CBB3 Gum Leaf

📋 copy color: '#A5CBB3'

red 165 ◦ green 203 ◦ blue 179

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

Shades of Gum Leaf #A5CBB3

Tints of Gum Leaf #A5CBB3

RGB

 RED value IS 165 (64.84% from 255) = 30.16%

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

 BLUE value IS 179 (70.31% from 255) = 32.72%

R = 30.16%
G = 37.11%
B = 32.72%

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

#A5CBB3 (or 0xA5CBB3) is known color: Gum Leaf. HEX triplet: A5, CB and B3. RGB value is (165,203,179). Sum of RGB (Red+Green+Blue) = 165+203+179=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBB3 is #5A344C. Grayscale: #BCBCBC. Windows color (decimal): -5911629 or 11783077. OLE color: 11783077.

HSL color Cylindrical-coordinate representation of color #A5CBB3: hue angle of 142.11º 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 #A5CBB3 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 203 179 -
CMYK 0.19 0 0.12 0.20
HSL 142.11º 0.27% 0.72% -
HSV(B) 142.11º 0.19% 0.8% -
XYZ 45.01 53.97 50.69 -
YUV 188.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 165 203 179 0.19 0 0.12 0.20 142.11 0.27 0.72
Hex A5 CB B3 13 0 C 14 8E 1B 48
Octal 245 313 263 23 0 14 24 216 33 110
Binary 10100101 11001011 10110011 10011 0 1100 10100 10001110 11011 1001000

Color Harmonies of #A5CBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CBB3

Black with #A5CBB3

Text Example


Text Example

White with #A5CBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CBB3; }

 p { color: rgb(165,203,179); }

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

background-color css

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

 a { background-color: rgb(165,203,179); }

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

border-color css

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

 span { border-color: rgb(165,203,179); }

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