Html Css Color HEX #B0C587 Caper

📋 copy color: '#B0C587'

red 176 ◦ green 197 ◦ blue 135

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

Shades of Caper #B0C587

Tints of Caper #B0C587

RGB

 RED value IS 176 (69.14% from 255) = 34.65%

 GREEN value IS 197 (77.34% from 255) = 38.78%

 BLUE value IS 135 (53.13% from 255) = 26.57%

R = 34.65%
G = 38.78%
B = 26.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#B0C587 (or 0xB0C587) is known color: Caper. HEX triplet: B0, C5 and 87. RGB value is (176,197,135). Sum of RGB (Red+Green+Blue) = 176+197+135=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C587 is #4F3A78. Grayscale: #B7B7B7. Windows color (decimal): -5192313 or 8897968. OLE color: 8897968.

HSL color Cylindrical-coordinate representation of color #B0C587: hue angle of 80.32º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0C587 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 197 135 -
CMYK 0.11 0 0.31 0.23
HSL 80.32º 0.35% 0.65% -
HSV(B) 80.32º 0.31% 0.77% -
XYZ 42.24 50.91 30.52 -
YUV 183.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 176 197 135 0.11 0 0.31 0.23 80.32 0.35 0.65
Hex B0 C5 87 B 0 1F 17 50 23 41
Octal 260 305 207 13 0 37 27 120 43 101
Binary 10110000 11000101 10000111 1011 0 11111 10111 1010000 100011 1000001

Color Harmonies of #B0C587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C587

Black with #B0C587

Text Example


Text Example

White with #B0C587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C587; }

 p { color: rgb(176,197,135); }

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

background-color css

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

 a { background-color: rgb(176,197,135); }

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

border-color css

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

 span { border-color: rgb(176,197,135); }

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