Html Css Color HEX #B9C48B Caper

📋 copy color: '#B9C48B'

red 185 ◦ green 196 ◦ blue 139

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

Shades of Caper #B9C48B

Tints of Caper #B9C48B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.69%

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

R = 35.58%
G = 37.69%
B = 26.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#B9C48B (or 0xB9C48B) is known color: Caper. HEX triplet: B9, C4 and 8B. RGB value is (185,196,139). Sum of RGB (Red+Green+Blue) = 185+196+139=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C48B is #463B74. Grayscale: #BABABA. Windows color (decimal): -4602741 or 9159865. OLE color: 9159865.

HSL color Cylindrical-coordinate representation of color #B9C48B: hue angle of 71.58º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9C48B is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 196 139 -
CMYK 0.06 0 0.29 0.23
HSL 71.58º 0.33% 0.66% -
HSV(B) 71.58º 0.29% 0.77% -
XYZ 44.41 51.66 32.06 -
YUV 186.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 185 196 139 0.06 0 0.29 0.23 71.58 0.33 0.66
Hex B9 C4 8B 6 0 1D 17 48 21 42
Octal 271 304 213 6 0 35 27 110 41 102
Binary 10111001 11000100 10001011 110 0 11101 10111 1001000 100001 1000010

Color Harmonies of #B9C48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C48B

Black with #B9C48B

Text Example


Text Example

White with #B9C48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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