Html Css Color HEX #B2B4AB Beryl Green

📋 copy color: '#B2B4AB'

red 178 ◦ green 180 ◦ blue 171

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

Shades of Beryl Green #B2B4AB

Tints of Beryl Green #B2B4AB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.03%

 BLUE value IS 171 (67.19% from 255) = 32.33%

R = 33.65%
G = 34.03%
B = 32.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B2B4AB (or 0xB2B4AB) is known color: Beryl Green. HEX triplet: B2, B4 and AB. RGB value is (178,180,171). Sum of RGB (Red+Green+Blue) = 178+180+171=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B4AB is #4D4B54. Grayscale: #B2B2B2. Windows color (decimal): -5065557 or 11252914. OLE color: 11252914.

HSL color Cylindrical-coordinate representation of color #B2B4AB: hue angle of 73.33º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2B4AB is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 180 171 -
CMYK 0.01 0 0.05 0.29
HSL 73.33º 0.06% 0.69% -
HSV(B) 73.33º 0.05% 0.71% -
XYZ 42.03 45.05 45.01 -
YUV 178.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 178 180 171 0.01 0 0.05 0.29 73.33 0.06 0.69
Hex B2 B4 AB 1 0 5 1D 49 6 45
Octal 262 264 253 1 0 5 35 111 6 105
Binary 10110010 10110100 10101011 1 0 101 11101 1001001 110 1000101

Color Harmonies of #B2B4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B4AB

Black with #B2B4AB

Text Example


Text Example

White with #B2B4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B4AB; }

 p { color: rgb(178,180,171); }

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

background-color css

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

 a { background-color: rgb(178,180,171); }

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

border-color css

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

 span { border-color: rgb(178,180,171); }

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