Html Css Color HEX #B9BFA2 Beryl Green

📋 copy color: '#B9BFA2'

red 185 ◦ green 191 ◦ blue 162

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

Shades of Beryl Green #B9BFA2

Tints of Beryl Green #B9BFA2

RGB

 RED value IS 185 (72.66% from 255) = 34.39%

 GREEN value IS 191 (75% from 255) = 35.5%

 BLUE value IS 162 (63.67% from 255) = 30.11%

R = 34.39%
G = 35.5%
B = 30.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#B9BFA2 (or 0xB9BFA2) is known color: Beryl Green. HEX triplet: B9, BF and A2. RGB value is (185,191,162). Sum of RGB (Red+Green+Blue) = 185+191+162=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BFA2 is #46405D. Grayscale: #BABABA. Windows color (decimal): -4603998 or 10665913. OLE color: 10665913.

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

Color convert

RGB 185 191 162 -
CMYK 0.03 0 0.15 0.25
HSL 72.41º 0.18% 0.69% -
HSV(B) 72.41º 0.15% 0.75% -
XYZ 45.16 50.18 41.49 -
YUV 185.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 185 191 162 0.03 0 0.15 0.25 72.41 0.18 0.69
Hex B9 BF A2 3 0 F 19 48 12 45
Octal 271 277 242 3 0 17 31 110 22 105
Binary 10111001 10111111 10100010 11 0 1111 11001 1001000 10010 1000101

Color Harmonies of #B9BFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BFA2

Black with #B9BFA2

Text Example


Text Example

White with #B9BFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BFA2; }

 p { color: rgb(185,191,162); }

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

background-color css

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

 a { background-color: rgb(185,191,162); }

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

border-color css

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

 span { border-color: rgb(185,191,162); }

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