Html Css Color HEX #B2B5A0 Beryl Green

📋 copy color: '#B2B5A0'

red 178 ◦ green 181 ◦ blue 160

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

Shades of Beryl Green #B2B5A0

Tints of Beryl Green #B2B5A0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.87%

 BLUE value IS 160 (62.89% from 255) = 30.83%

R = 34.3%
G = 34.87%
B = 30.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B2B5A0 (or 0xB2B5A0) is known color: Beryl Green. HEX triplet: B2, B5 and A0. RGB value is (178,181,160). Sum of RGB (Red+Green+Blue) = 178+181+160=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B5A0 is #4D4A5F. Grayscale: #B1B1B1. Windows color (decimal): -5065312 or 10532274. OLE color: 10532274.

HSL color Cylindrical-coordinate representation of color #B2B5A0: hue angle of 68.57º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2B5A0 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 181 160 -
CMYK 0.02 0 0.12 0.29
HSL 68.57º 0.12% 0.67% -
HSV(B) 68.57º 0.12% 0.71% -
XYZ 41.23 45.05 39.78 -
YUV 177.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 178 181 160 0.02 0 0.12 0.29 68.57 0.12 0.67
Hex B2 B5 A0 2 0 C 1D 45 C 43
Octal 262 265 240 2 0 14 35 105 14 103
Binary 10110010 10110101 10100000 10 0 1100 11101 1000101 1100 1000011

Color Harmonies of #B2B5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B5A0

Black with #B2B5A0

Text Example


Text Example

White with #B2B5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B5A0; }

 p { color: rgb(178,181,160); }

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

background-color css

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

 a { background-color: rgb(178,181,160); }

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

border-color css

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

 span { border-color: rgb(178,181,160); }

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