Html Css Color HEX #B5CAB9 Gum Leaf

📋 copy color: '#B5CAB9'

red 181 ◦ green 202 ◦ blue 185

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

Shades of Gum Leaf #B5CAB9

Tints of Gum Leaf #B5CAB9

RGB

 RED value IS 181 (71.09% from 255) = 31.87%

 GREEN value IS 202 (79.3% from 255) = 35.56%

 BLUE value IS 185 (72.66% from 255) = 32.57%

R = 31.87%
G = 35.56%
B = 32.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#B5CAB9 (or 0xB5CAB9) is known color: Gum Leaf. HEX triplet: B5, CA and B9. RGB value is (181,202,185). Sum of RGB (Red+Green+Blue) = 181+202+185=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CAB9 is #4A3546. Grayscale: #C1C1C1. Windows color (decimal): -4863303 or 12176053. OLE color: 12176053.

HSL color Cylindrical-coordinate representation of color #B5CAB9: hue angle of 131.43º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5CAB9 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 185 -
CMYK 0.10 0 0.08 0.21
HSL 131.43º 0.17% 0.75% -
HSV(B) 131.43º 0.1% 0.79% -
XYZ 48.93 55.57 54.05 -
YUV 193.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 181 202 185 0.10 0 0.08 0.21 131.43 0.17 0.75
Hex B5 CA B9 A 0 8 15 83 11 4B
Octal 265 312 271 12 0 10 25 203 21 113
Binary 10110101 11001010 10111001 1010 0 1000 10101 10000011 10001 1001011

Color Harmonies of #B5CAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CAB9

Black with #B5CAB9

Text Example


Text Example

White with #B5CAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CAB9; }

 p { color: rgb(181,202,185); }

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

background-color css

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

 a { background-color: rgb(181,202,185); }

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

border-color css

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

 span { border-color: rgb(181,202,185); }

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