Html Css Color HEX #B0C880 Caper

📋 copy color: '#B0C880'

red 176 ◦ green 200 ◦ blue 128

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

Shades of Caper #B0C880

Tints of Caper #B0C880

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.68%

 BLUE value IS 128 (50.39% from 255) = 25.4%

R = 34.92%
G = 39.68%
B = 25.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#B0C880 (or 0xB0C880) is known color: Caper. HEX triplet: B0, C8 and 80. RGB value is (176,200,128). Sum of RGB (Red+Green+Blue) = 176+200+128=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C880 is #4F377F. Grayscale: #B8B8B8. Windows color (decimal): -5191552 or 8439984. OLE color: 8439984.

HSL color Cylindrical-coordinate representation of color #B0C880: hue angle of 80º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0C880 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 200 128 -
CMYK 0.12 0 0.36 0.22
HSL 80º 0.4% 0.64% -
HSV(B) 80º 0.36% 0.78% -
XYZ 42.46 52.1 28.24 -
YUV 184.62 96.05 121.85 -
System Red Green Blue C M Y K H S L
Decimal 176 200 128 0.12 0 0.36 0.22 80 0.4 0.64
Hex B0 C8 80 C 0 24 16 50 28 40
Octal 260 310 200 14 0 44 26 120 50 100
Binary 10110000 11001000 10000000 1100 0 100100 10110 1010000 101000 1000000

Color Harmonies of #B0C880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C880

Black with #B0C880

Text Example


Text Example

White with #B0C880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C880; }

 p { color: rgb(176,200,128); }

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

background-color css

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

 a { background-color: rgb(176,200,128); }

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

border-color css

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

 span { border-color: rgb(176,200,128); }

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