Html Css Color HEX #B2BE93 Caper

📋 copy color: '#B2BE93'

red 178 ◦ green 190 ◦ blue 147

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

Shades of Caper #B2BE93

Tints of Caper #B2BE93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.54%

R = 34.56%
G = 36.89%
B = 28.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#B2BE93 (or 0xB2BE93) is known color: Caper. HEX triplet: B2, BE and 93. RGB value is (178,190,147). Sum of RGB (Red+Green+Blue) = 178+190+147=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BE93 is #4D416C. Grayscale: #B5B5B5. Windows color (decimal): -5063021 or 9682610. OLE color: 9682610.

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

Color convert

RGB 178 190 147 -
CMYK 0.06 0 0.23 0.25
HSL 76.74º 0.25% 0.66% -
HSV(B) 76.74º 0.23% 0.75% -
XYZ 42.04 48.4 34.73 -
YUV 181.51 108.52 125.5 -
System Red Green Blue C M Y K H S L
Decimal 178 190 147 0.06 0 0.23 0.25 76.74 0.25 0.66
Hex B2 BE 93 6 0 17 19 4D 19 42
Octal 262 276 223 6 0 27 31 115 31 102
Binary 10110010 10111110 10010011 110 0 10111 11001 1001101 11001 1000010

Color Harmonies of #B2BE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE93

Black with #B2BE93

Text Example


Text Example

White with #B2BE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE93; }

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

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

background-color css

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

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

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

border-color css

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

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

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