Html Css Color HEX #B6BCA4 Beryl Green

📋 copy color: '#B6BCA4'

red 182 ◦ green 188 ◦ blue 164

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

Shades of Beryl Green #B6BCA4

Tints of Beryl Green #B6BCA4

RGB

 RED value IS 182 (71.48% from 255) = 34.08%

 GREEN value IS 188 (73.83% from 255) = 35.21%

 BLUE value IS 164 (64.45% from 255) = 30.71%

R = 34.08%
G = 35.21%
B = 30.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#B6BCA4 (or 0xB6BCA4) is known color: Beryl Green. HEX triplet: B6, BC and A4. RGB value is (182,188,164). Sum of RGB (Red+Green+Blue) = 182+188+164=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BCA4 is #49435B. Grayscale: #B7B7B7. Windows color (decimal): -4801372 or 10796214. OLE color: 10796214.

HSL color Cylindrical-coordinate representation of color #B6BCA4: hue angle of 75º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6BCA4 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 188 164 -
CMYK 0.03 0 0.13 0.26
HSL 75º 0.15% 0.69% -
HSV(B) 75º 0.13% 0.74% -
XYZ 43.98 48.59 42.18 -
YUV 183.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 182 188 164 0.03 0 0.13 0.26 75 0.15 0.69
Hex B6 BC A4 3 0 D 1A 4B F 45
Octal 266 274 244 3 0 15 32 113 17 105
Binary 10110110 10111100 10100100 11 0 1101 11010 1001011 1111 1000101

Color Harmonies of #B6BCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BCA4

Black with #B6BCA4

Text Example


Text Example

White with #B6BCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BCA4; }

 p { color: rgb(182,188,164); }

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

background-color css

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

 a { background-color: rgb(182,188,164); }

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

border-color css

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

 span { border-color: rgb(182,188,164); }

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