Html Css Color HEX #B9CA8B Caper

📋 copy color: '#B9CA8B'

red 185 ◦ green 202 ◦ blue 139

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

Shades of Caper #B9CA8B

Tints of Caper #B9CA8B

RGB

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

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

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

R = 35.17%
G = 38.4%
B = 26.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#B9CA8B (or 0xB9CA8B) is known color: Caper. HEX triplet: B9, CA and 8B. RGB value is (185,202,139). Sum of RGB (Red+Green+Blue) = 185+202+139=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CA8B is #463574. Grayscale: #BDBDBD. Windows color (decimal): -4601205 or 9161401. OLE color: 9161401.

HSL color Cylindrical-coordinate representation of color #B9CA8B: hue angle of 76.19º 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 #B9CA8B is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 202 139 -
CMYK 0.08 0 0.31 0.21
HSL 76.19º 0.37% 0.67% -
HSV(B) 76.19º 0.31% 0.79% -
XYZ 45.79 54.42 32.52 -
YUV 189.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 185 202 139 0.08 0 0.31 0.21 76.19 0.37 0.67
Hex B9 CA 8B 8 0 1F 15 4C 25 43
Octal 271 312 213 10 0 37 25 114 45 103
Binary 10111001 11001010 10001011 1000 0 11111 10101 1001100 100101 1000011

Color Harmonies of #B9CA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA8B

Black with #B9CA8B

Text Example


Text Example

White with #B9CA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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