Html Css Color HEX #BDC47F Pine Glade

📋 copy color: '#BDC47F'

red 189 ◦ green 196 ◦ blue 127

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

Shades of Pine Glade #BDC47F

Tints of Pine Glade #BDC47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.8%

R = 36.91%
G = 38.28%
B = 24.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#BDC47F (or 0xBDC47F) is known color: Pine Glade. HEX triplet: BD, C4 and 7F. RGB value is (189,196,127). Sum of RGB (Red+Green+Blue) = 189+196+127=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC47F is #423B80. Grayscale: #BABABA. Windows color (decimal): -4340609 or 8373437. OLE color: 8373437.

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

Color convert

RGB 189 196 127 -
CMYK 0.04 0 0.35 0.23
HSL 66.09º 0.37% 0.63% -
HSV(B) 66.09º 0.35% 0.77% -
XYZ 44.56 51.83 27.73 -
YUV 186.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 189 196 127 0.04 0 0.35 0.23 66.09 0.37 0.63
Hex BD C4 7F 4 0 23 17 42 25 3F
Octal 275 304 177 4 0 43 27 102 45 77
Binary 10111101 11000100 1111111 100 0 100011 10111 1000010 100101 111111

Color Harmonies of #BDC47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC47F

Black with #BDC47F

Text Example


Text Example

White with #BDC47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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