Html Css Color HEX #B0C082 Caper

📋 copy color: '#B0C082'

red 176 ◦ green 192 ◦ blue 130

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

Shades of Caper #B0C082

Tints of Caper #B0C082

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.55%

 BLUE value IS 130 (51.17% from 255) = 26.1%

R = 35.34%
G = 38.55%
B = 26.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#B0C082 (or 0xB0C082) is known color: Caper. HEX triplet: B0, C0 and 82. RGB value is (176,192,130). Sum of RGB (Red+Green+Blue) = 176+192+130=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C082 is #4F3F7D. Grayscale: #B4B4B4. Windows color (decimal): -5193598 or 8569008. OLE color: 8569008.

HSL color Cylindrical-coordinate representation of color #B0C082: hue angle of 75.48º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0C082 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 192 130 -
CMYK 0.08 0 0.32 0.25
HSL 75.48º 0.33% 0.63% -
HSV(B) 75.48º 0.32% 0.75% -
XYZ 40.78 48.54 28.34 -
YUV 180.15 99.7 125.04 -
System Red Green Blue C M Y K H S L
Decimal 176 192 130 0.08 0 0.32 0.25 75.48 0.33 0.63
Hex B0 C0 82 8 0 20 19 4B 21 3F
Octal 260 300 202 10 0 40 31 113 41 77
Binary 10110000 11000000 10000010 1000 0 100000 11001 1001011 100001 111111

Color Harmonies of #B0C082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C082

Black with #B0C082

Text Example


Text Example

White with #B0C082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C082; }

 p { color: rgb(176,192,130); }

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

background-color css

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

 a { background-color: rgb(176,192,130); }

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

border-color css

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

 span { border-color: rgb(176,192,130); }

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