Html Css Color HEX #B9CA8D Caper

📋 copy color: '#B9CA8D'

red 185 ◦ green 202 ◦ blue 141

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

Shades of Caper #B9CA8D

Tints of Caper #B9CA8D

RGB

 RED value IS 185 (72.66% from 255) = 35.04%

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

 BLUE value IS 141 (55.47% from 255) = 26.7%

R = 35.04%
G = 38.26%
B = 26.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#B9CA8D (or 0xB9CA8D) is known color: Caper. HEX triplet: B9, CA and 8D. RGB value is (185,202,141). Sum of RGB (Red+Green+Blue) = 185+202+141=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CA8D is #463572. Grayscale: #BEBEBE. Windows color (decimal): -4601203 or 9292473. OLE color: 9292473.

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

Color convert

RGB 185 202 141 -
CMYK 0.08 0 0.30 0.21
HSL 76.72º 0.37% 0.67% -
HSV(B) 76.72º 0.3% 0.79% -
XYZ 45.94 54.48 33.29 -
YUV 189.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 185 202 141 0.08 0 0.30 0.21 76.72 0.37 0.67
Hex B9 CA 8D 8 0 1E 15 4D 25 43
Octal 271 312 215 10 0 36 25 115 45 103
Binary 10111001 11001010 10001101 1000 0 11110 10101 1001101 100101 1000011

Color Harmonies of #B9CA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA8D

Black with #B9CA8D

Text Example


Text Example

White with #B9CA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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