Html Css Color HEX #B6CA8D Caper

📋 copy color: '#B6CA8D'

red 182 ◦ green 202 ◦ blue 141

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

Shades of Caper #B6CA8D

Tints of Caper #B6CA8D

RGB

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

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

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

R = 34.67%
G = 38.48%
B = 26.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#B6CA8D (or 0xB6CA8D) is known color: Caper. HEX triplet: B6, CA and 8D. RGB value is (182,202,141). Sum of RGB (Red+Green+Blue) = 182+202+141=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CA8D is #493572. Grayscale: #BDBDBD. Windows color (decimal): -4797811 or 9292470. OLE color: 9292470.

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

Color convert

RGB 182 202 141 -
CMYK 0.10 0 0.30 0.21
HSL 79.67º 0.37% 0.67% -
HSV(B) 79.67º 0.3% 0.79% -
XYZ 45.22 54.11 33.26 -
YUV 189.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 182 202 141 0.10 0 0.30 0.21 79.67 0.37 0.67
Hex B6 CA 8D A 0 1E 15 50 25 43
Octal 266 312 215 12 0 36 25 120 45 103
Binary 10110110 11001010 10001101 1010 0 11110 10101 1010000 100101 1000011

Color Harmonies of #B6CA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CA8D

Black with #B6CA8D

Text Example


Text Example

White with #B6CA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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