Html Css Color HEX #B6CA8C Caper

📋 copy color: '#B6CA8C'

red 182 ◦ green 202 ◦ blue 140

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

Shades of Caper #B6CA8C

Tints of Caper #B6CA8C

RGB

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

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

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

R = 34.73%
G = 38.55%
B = 26.72%

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

#B6CA8C (or 0xB6CA8C) is known color: Caper. HEX triplet: B6, CA and 8C. RGB value is (182,202,140). Sum of RGB (Red+Green+Blue) = 182+202+140=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CA8C is #493573. Grayscale: #BDBDBD. Windows color (decimal): -4797812 or 9226934. OLE color: 9226934.

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

Color convert

RGB 182 202 140 -
CMYK 0.10 0 0.31 0.21
HSL 79.35º 0.37% 0.67% -
HSV(B) 79.35º 0.31% 0.79% -
XYZ 45.15 54.08 32.87 -
YUV 188.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 182 202 140 0.10 0 0.31 0.21 79.35 0.37 0.67
Hex B6 CA 8C A 0 1F 15 4F 25 43
Octal 266 312 214 12 0 37 25 117 45 103
Binary 10110110 11001010 10001100 1010 0 11111 10101 1001111 100101 1000011

Color Harmonies of #B6CA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CA8C

Black with #B6CA8C

Text Example


Text Example

White with #B6CA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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