Html Css Color HEX #B2BD80 Caper

📋 copy color: '#B2BD80'

red 178 ◦ green 189 ◦ blue 128

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

Shades of Caper #B2BD80

Tints of Caper #B2BD80

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.18%

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

R = 35.96%
G = 38.18%
B = 25.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#B2BD80 (or 0xB2BD80) is known color: Caper. HEX triplet: B2, BD and 80. RGB value is (178,189,128). Sum of RGB (Red+Green+Blue) = 178+189+128=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BD80 is #4D427F. Grayscale: #B2B2B2. Windows color (decimal): -5063296 or 8437170. OLE color: 8437170.

HSL color Cylindrical-coordinate representation of color #B2BD80: hue angle of 70.82º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2BD80 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 189 128 -
CMYK 0.06 0 0.32 0.26
HSL 70.82º 0.32% 0.62% -
HSV(B) 70.82º 0.32% 0.74% -
XYZ 40.45 47.42 27.44 -
YUV 178.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 178 189 128 0.06 0 0.32 0.26 70.82 0.32 0.62
Hex B2 BD 80 6 0 20 1A 47 20 3E
Octal 262 275 200 6 0 40 32 107 40 76
Binary 10110010 10111101 10000000 110 0 100000 11010 1000111 100000 111110

Color Harmonies of #B2BD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD80

Black with #B2BD80

Text Example


Text Example

White with #B2BD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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