Html Css Color HEX #B8CA8D Caper

📋 copy color: '#B8CA8D'

red 184 ◦ green 202 ◦ blue 141

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

Shades of Caper #B8CA8D

Tints of Caper #B8CA8D

RGB

 RED value IS 184 (72.27% from 255) = 34.91%

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

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

R = 34.91%
G = 38.33%
B = 26.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#B8CA8D (or 0xB8CA8D) is known color: Caper. HEX triplet: B8, CA and 8D. RGB value is (184,202,141). Sum of RGB (Red+Green+Blue) = 184+202+141=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CA8D is #473572. Grayscale: #BDBDBD. Windows color (decimal): -4666739 or 9292472. OLE color: 9292472.

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

Color convert

RGB 184 202 141 -
CMYK 0.09 0 0.30 0.21
HSL 77.7º 0.37% 0.67% -
HSV(B) 77.7º 0.3% 0.79% -
XYZ 45.7 54.35 33.28 -
YUV 189.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 184 202 141 0.09 0 0.30 0.21 77.7 0.37 0.67
Hex B8 CA 8D 9 0 1E 15 4E 25 43
Octal 270 312 215 11 0 36 25 116 45 103
Binary 10111000 11001010 10001101 1001 0 11110 10101 1001110 100101 1000011

Color Harmonies of #B8CA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CA8D

Black with #B8CA8D

Text Example


Text Example

White with #B8CA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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