Html Css Color HEX #BDC69E Beryl Green

📋 copy color: '#BDC69E'

red 189 ◦ green 198 ◦ blue 158

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

Shades of Beryl Green #BDC69E

Tints of Beryl Green #BDC69E

RGB

 RED value IS 189 (74.22% from 255) = 34.68%

 GREEN value IS 198 (77.73% from 255) = 36.33%

 BLUE value IS 158 (62.11% from 255) = 28.99%

R = 34.68%
G = 36.33%
B = 28.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#BDC69E (or 0xBDC69E) is known color: Beryl Green. HEX triplet: BD, C6 and 9E. RGB value is (189,198,158). Sum of RGB (Red+Green+Blue) = 189+198+158=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC69E is #423961. Grayscale: #BEBEBE. Windows color (decimal): -4340066 or 10405565. OLE color: 10405565.

HSL color Cylindrical-coordinate representation of color #BDC69E: hue angle of 73.5º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC69E is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 158 -
CMYK 0.05 0 0.20 0.22
HSL 73.5º 0.26% 0.7% -
HSV(B) 73.5º 0.2% 0.78% -
XYZ 47.35 53.68 40.21 -
YUV 190.75 109.52 126.75 -
System Red Green Blue C M Y K H S L
Decimal 189 198 158 0.05 0 0.20 0.22 73.5 0.26 0.7
Hex BD C6 9E 5 0 14 16 4A 1A 46
Octal 275 306 236 5 0 24 26 112 32 106
Binary 10111101 11000110 10011110 101 0 10100 10110 1001010 11010 1000110

Color Harmonies of #BDC69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC69E

Black with #BDC69E

Text Example


Text Example

White with #BDC69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC69E; }

 p { color: rgb(189,198,158); }

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

background-color css

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

 a { background-color: rgb(189,198,158); }

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

border-color css

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

 span { border-color: rgb(189,198,158); }

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