Html Css Color HEX #B2BF7F Caper

📋 copy color: '#B2BF7F'

red 178 ◦ green 191 ◦ blue 127

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

Shades of Caper #B2BF7F

Tints of Caper #B2BF7F

RGB

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

 GREEN value IS 191 (75% from 255) = 38.51%

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

R = 35.89%
G = 38.51%
B = 25.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#B2BF7F (or 0xB2BF7F) is known color: Caper. HEX triplet: B2, BF and 7F. RGB value is (178,191,127). Sum of RGB (Red+Green+Blue) = 178+191+127=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF7F is #4D4080. Grayscale: #B4B4B4. Windows color (decimal): -5062785 or 8372146. OLE color: 8372146.

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

Color convert

RGB 178 191 127 -
CMYK 0.07 0 0.34 0.25
HSL 72.19º 0.33% 0.62% -
HSV(B) 72.19º 0.34% 0.75% -
XYZ 40.82 48.26 27.24 -
YUV 179.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 178 191 127 0.07 0 0.34 0.25 72.19 0.33 0.62
Hex B2 BF 7F 7 0 22 19 48 21 3E
Octal 262 277 177 7 0 42 31 110 41 76
Binary 10110010 10111111 1111111 111 0 100010 11001 1001000 100001 111110

Color Harmonies of #B2BF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF7F

Black with #B2BF7F

Text Example


Text Example

White with #B2BF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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