Html Css Color HEX #B6C48C Caper

📋 copy color: '#B6C48C'

red 182 ◦ green 196 ◦ blue 140

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

Shades of Caper #B6C48C

Tints of Caper #B6C48C

RGB

 RED value IS 182 (71.48% from 255) = 35.14%

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

 BLUE value IS 140 (55.08% from 255) = 27.03%

R = 35.14%
G = 37.84%
B = 27.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#B6C48C (or 0xB6C48C) is known color: Caper. HEX triplet: B6, C4 and 8C. RGB value is (182,196,140). Sum of RGB (Red+Green+Blue) = 182+196+140=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C48C is #493B73. Grayscale: #B9B9B9. Windows color (decimal): -4799348 or 9225398. OLE color: 9225398.

HSL color Cylindrical-coordinate representation of color #B6C48C: hue angle of 75º degrees, saturation: 0.32, 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 #B6C48C is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 182 196 140 -
CMYK 0.07 0 0.29 0.23
HSL 75º 0.32% 0.66% -
HSV(B) 75º 0.29% 0.77% -
XYZ 43.76 51.32 32.41 -
YUV 185.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 182 196 140 0.07 0 0.29 0.23 75 0.32 0.66
Hex B6 C4 8C 7 0 1D 17 4B 20 42
Octal 266 304 214 7 0 35 27 113 40 102
Binary 10110110 11000100 10001100 111 0 11101 10111 1001011 100000 1000010

Color Harmonies of #B6C48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C48C

Black with #B6C48C

Text Example


Text Example

White with #B6C48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C48C; }

 p { color: rgb(182,196,140); }

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

background-color css

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

 a { background-color: rgb(182,196,140); }

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

border-color css

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

 span { border-color: rgb(182,196,140); }

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