Html Css Color HEX #B8C48D Caper

📋 copy color: '#B8C48D'

red 184 ◦ green 196 ◦ blue 141

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

Shades of Caper #B8C48D

Tints of Caper #B8C48D

RGB

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

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

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

R = 35.32%
G = 37.62%
B = 27.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#B8C48D (or 0xB8C48D) is known color: Caper. HEX triplet: B8, C4 and 8D. RGB value is (184,196,141). Sum of RGB (Red+Green+Blue) = 184+196+141=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C48D is #473B72. Grayscale: #BABABA. Windows color (decimal): -4668275 or 9290936. OLE color: 9290936.

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

Color convert

RGB 184 196 141 -
CMYK 0.06 0 0.28 0.23
HSL 73.09º 0.32% 0.66% -
HSV(B) 73.09º 0.28% 0.77% -
XYZ 44.31 51.59 32.82 -
YUV 186.14 102.52 126.47 -
System Red Green Blue C M Y K H S L
Decimal 184 196 141 0.06 0 0.28 0.23 73.09 0.32 0.66
Hex B8 C4 8D 6 0 1C 17 49 20 42
Octal 270 304 215 6 0 34 27 111 40 102
Binary 10111000 11000100 10001101 110 0 11100 10111 1001001 100000 1000010

Color Harmonies of #B8C48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C48D

Black with #B8C48D

Text Example


Text Example

White with #B8C48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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