Html Css Color HEX #B2BD7F Caper

📋 copy color: '#B2BD7F'

red 178 ◦ green 189 ◦ blue 127

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

Shades of Caper #B2BD7F

Tints of Caper #B2BD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.71%

R = 36.03%
G = 38.26%
B = 25.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#B2BD7F (or 0xB2BD7F) is known color: Caper. HEX triplet: B2, BD and 7F. RGB value is (178,189,127). Sum of RGB (Red+Green+Blue) = 178+189+127=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD7F is #4D4280. Grayscale: #B2B2B2. Windows color (decimal): -5063297 or 8371634. OLE color: 8371634.

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

Color convert

RGB 178 189 127 -
CMYK 0.06 0 0.33 0.26
HSL 70.65º 0.32% 0.62% -
HSV(B) 70.65º 0.33% 0.74% -
XYZ 40.39 47.39 27.1 -
YUV 178.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 178 189 127 0.06 0 0.33 0.26 70.65 0.32 0.62
Hex B2 BD 7F 6 0 21 1A 47 20 3E
Octal 262 275 177 6 0 41 32 107 40 76
Binary 10110010 10111101 1111111 110 0 100001 11010 1000111 100000 111110

Color Harmonies of #B2BD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD7F

Black with #B2BD7F

Text Example


Text Example

White with #B2BD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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