Html Css Color HEX #B4C48E Caper

📋 copy color: '#B4C48E'

red 180 ◦ green 196 ◦ blue 142

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

Shades of Caper #B4C48E

Tints of Caper #B4C48E

RGB

 RED value IS 180 (70.7% from 255) = 34.75%

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

 BLUE value IS 142 (55.86% from 255) = 27.41%

R = 34.75%
G = 37.84%
B = 27.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#B4C48E (or 0xB4C48E) is known color: Caper. HEX triplet: B4, C4 and 8E. RGB value is (180,196,142). Sum of RGB (Red+Green+Blue) = 180+196+142=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C48E is #4B3B71. Grayscale: #B9B9B9. Windows color (decimal): -4930418 or 9356468. OLE color: 9356468.

HSL color Cylindrical-coordinate representation of color #B4C48E: hue angle of 77.78º degrees, saturation: 0.31, 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 #B4C48E is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 196 142 -
CMYK 0.08 0 0.28 0.23
HSL 77.78º 0.31% 0.66% -
HSV(B) 77.78º 0.28% 0.77% -
XYZ 43.44 51.14 33.17 -
YUV 185.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 180 196 142 0.08 0 0.28 0.23 77.78 0.31 0.66
Hex B4 C4 8E 8 0 1C 17 4E 1F 42
Octal 264 304 216 10 0 34 27 116 37 102
Binary 10110100 11000100 10001110 1000 0 11100 10111 1001110 11111 1000010

Color Harmonies of #B4C48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C48E

Black with #B4C48E

Text Example


Text Example

White with #B4C48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C48E; }

 p { color: rgb(180,196,142); }

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

background-color css

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

 a { background-color: rgb(180,196,142); }

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

border-color css

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

 span { border-color: rgb(180,196,142); }

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