Html Css Color HEX #BDC47E Pine Glade

📋 copy color: '#BDC47E'

red 189 ◦ green 196 ◦ blue 126

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

Shades of Pine Glade #BDC47E

Tints of Pine Glade #BDC47E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.36%

 BLUE value IS 126 (49.61% from 255) = 24.66%

R = 36.99%
G = 38.36%
B = 24.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#BDC47E (or 0xBDC47E) is known color: Pine Glade. HEX triplet: BD, C4 and 7E. RGB value is (189,196,126). Sum of RGB (Red+Green+Blue) = 189+196+126=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC47E is #423B81. Grayscale: #BABABA. Windows color (decimal): -4340610 or 8307901. OLE color: 8307901.

HSL color Cylindrical-coordinate representation of color #BDC47E: hue angle of 66º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDC47E is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 126 -
CMYK 0.04 0 0.36 0.23
HSL 66º 0.37% 0.63% -
HSV(B) 66º 0.36% 0.77% -
XYZ 44.49 51.81 27.39 -
YUV 185.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 189 196 126 0.04 0 0.36 0.23 66 0.37 0.63
Hex BD C4 7E 4 0 24 17 42 25 3F
Octal 275 304 176 4 0 44 27 102 45 77
Binary 10111101 11000100 1111110 100 0 100100 10111 1000010 100101 111111

Color Harmonies of #BDC47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC47E

Black with #BDC47E

Text Example


Text Example

White with #BDC47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC47E; }

 p { color: rgb(189,196,126); }

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

background-color css

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

 a { background-color: rgb(189,196,126); }

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

border-color css

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

 span { border-color: rgb(189,196,126); }

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