Html Css Color HEX #B5CA8B Caper

📋 copy color: '#B5CA8B'

red 181 ◦ green 202 ◦ blue 139

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

Shades of Caper #B5CA8B

Tints of Caper #B5CA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.63%

R = 34.67%
G = 38.7%
B = 26.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#B5CA8B (or 0xB5CA8B) is known color: Caper. HEX triplet: B5, CA and 8B. RGB value is (181,202,139). Sum of RGB (Red+Green+Blue) = 181+202+139=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CA8B is #4A3574. Grayscale: #BCBCBC. Windows color (decimal): -4863349 or 9161397. OLE color: 9161397.

HSL color Cylindrical-coordinate representation of color #B5CA8B: hue angle of 80º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5CA8B is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 139 -
CMYK 0.10 0 0.31 0.21
HSL 80º 0.37% 0.67% -
HSV(B) 80º 0.31% 0.79% -
XYZ 44.84 53.93 32.47 -
YUV 188.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 181 202 139 0.10 0 0.31 0.21 80 0.37 0.67
Hex B5 CA 8B A 0 1F 15 50 25 43
Octal 265 312 213 12 0 37 25 120 45 103
Binary 10110101 11001010 10001011 1010 0 11111 10101 1010000 100101 1000011

Color Harmonies of #B5CA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA8B

Black with #B5CA8B

Text Example


Text Example

White with #B5CA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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