Html Css Color HEX #B2B4A6 Beryl Green

📋 copy color: '#B2B4A6'

red 178 ◦ green 180 ◦ blue 166

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

Shades of Beryl Green #B2B4A6

Tints of Beryl Green #B2B4A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.68%

R = 33.97%
G = 34.35%
B = 31.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B2B4A6 (or 0xB2B4A6) is known color: Beryl Green. HEX triplet: B2, B4 and A6. RGB value is (178,180,166). Sum of RGB (Red+Green+Blue) = 178+180+166=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B4A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B4A6 is #4D4B59. Grayscale: #B1B1B1. Windows color (decimal): -5065562 or 10925234. OLE color: 10925234.

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

Color convert

RGB 178 180 166 -
CMYK 0.01 0 0.08 0.29
HSL 68.57º 0.09% 0.68% -
HSV(B) 68.57º 0.08% 0.71% -
XYZ 41.56 44.86 42.54 -
YUV 177.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 178 180 166 0.01 0 0.08 0.29 68.57 0.09 0.68
Hex B2 B4 A6 1 0 8 1D 45 9 44
Octal 262 264 246 1 0 10 35 105 11 104
Binary 10110010 10110100 10100110 1 0 1000 11101 1000101 1001 1000100

Color Harmonies of #B2B4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B4A6

Black with #B2B4A6

Text Example


Text Example

White with #B2B4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B4A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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