Html Css Color HEX #B0C486 Caper

📋 copy color: '#B0C486'

red 176 ◦ green 196 ◦ blue 134

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

Shades of Caper #B0C486

Tints of Caper #B0C486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.48%

R = 34.78%
G = 38.74%
B = 26.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#B0C486 (or 0xB0C486) is known color: Caper. HEX triplet: B0, C4 and 86. RGB value is (176,196,134). Sum of RGB (Red+Green+Blue) = 176+196+134=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C486 is #4F3B79. Grayscale: #B7B7B7. Windows color (decimal): -5192570 or 8832176. OLE color: 8832176.

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

Color convert

RGB 176 196 134 -
CMYK 0.10 0 0.32 0.23
HSL 79.35º 0.34% 0.65% -
HSV(B) 79.35º 0.32% 0.77% -
XYZ 41.95 50.43 30.08 -
YUV 182.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 176 196 134 0.10 0 0.32 0.23 79.35 0.34 0.65
Hex B0 C4 86 A 0 20 17 4F 22 41
Octal 260 304 206 12 0 40 27 117 42 101
Binary 10110000 11000100 10000110 1010 0 100000 10111 1001111 100010 1000001

Color Harmonies of #B0C486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C486

Black with #B0C486

Text Example


Text Example

White with #B0C486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C486; }

 p { color: rgb(176,196,134); }

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

background-color css

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

 a { background-color: rgb(176,196,134); }

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

border-color css

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

 span { border-color: rgb(176,196,134); }

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