Html Css Color HEX #B2BE7F Caper

📋 copy color: '#B2BE7F'

red 178 ◦ green 190 ◦ blue 127

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

Shades of Caper #B2BE7F

Tints of Caper #B2BE7F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.38%

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

R = 35.96%
G = 38.38%
B = 25.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#B2BE7F (or 0xB2BE7F) is known color: Caper. HEX triplet: B2, BE and 7F. RGB value is (178,190,127). Sum of RGB (Red+Green+Blue) = 178+190+127=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BE7F is #4D4180. Grayscale: #B3B3B3. Windows color (decimal): -5063041 or 8371890. OLE color: 8371890.

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

Color convert

RGB 178 190 127 -
CMYK 0.06 0 0.33 0.25
HSL 71.43º 0.33% 0.62% -
HSV(B) 71.43º 0.33% 0.75% -
XYZ 40.6 47.82 27.17 -
YUV 179.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 178 190 127 0.06 0 0.33 0.25 71.43 0.33 0.62
Hex B2 BE 7F 6 0 21 19 47 21 3E
Octal 262 276 177 6 0 41 31 107 41 76
Binary 10110010 10111110 1111111 110 0 100001 11001 1000111 100001 111110

Color Harmonies of #B2BE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE7F

Black with #B2BE7F

Text Example


Text Example

White with #B2BE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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