Html Css Color HEX #B2C080 Caper

📋 copy color: '#B2C080'

red 178 ◦ green 192 ◦ blue 128

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

Shades of Caper #B2C080

Tints of Caper #B2C080

RGB

 RED value IS 178 (69.92% from 255) = 35.74%

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

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

R = 35.74%
G = 38.55%
B = 25.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#B2C080 (or 0xB2C080) is known color: Caper. HEX triplet: B2, C0 and 80. RGB value is (178,192,128). Sum of RGB (Red+Green+Blue) = 178+192+128=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C080 is #4D3F7F. Grayscale: #B4B4B4. Windows color (decimal): -5062528 or 8437938. OLE color: 8437938.

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

Color convert

RGB 178 192 128 -
CMYK 0.07 0 0.33 0.25
HSL 73.13º 0.34% 0.63% -
HSV(B) 73.13º 0.33% 0.75% -
XYZ 41.11 48.72 27.66 -
YUV 180.52 98.36 126.2 -
System Red Green Blue C M Y K H S L
Decimal 178 192 128 0.07 0 0.33 0.25 73.13 0.34 0.63
Hex B2 C0 80 7 0 21 19 49 22 3F
Octal 262 300 200 7 0 41 31 111 42 77
Binary 10110010 11000000 10000000 111 0 100001 11001 1001001 100010 111111

Color Harmonies of #B2C080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C080

Black with #B2C080

Text Example


Text Example

White with #B2C080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C080; }

 p { color: rgb(178,192,128); }

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

background-color css

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

 a { background-color: rgb(178,192,128); }

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

border-color css

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

 span { border-color: rgb(178,192,128); }

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