Html Css Color HEX #BDC47D Pine Glade

📋 copy color: '#BDC47D'

red 189 ◦ green 196 ◦ blue 125

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

Shades of Pine Glade #BDC47D

Tints of Pine Glade #BDC47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.51%

R = 37.06%
G = 38.43%
B = 24.51%

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

#BDC47D (or 0xBDC47D) is known color: Pine Glade. HEX triplet: BD, C4 and 7D. RGB value is (189,196,125). Sum of RGB (Red+Green+Blue) = 189+196+125=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC47D is #423B82. Grayscale: #BABABA. Windows color (decimal): -4340611 or 8242365. OLE color: 8242365.

HSL color Cylindrical-coordinate representation of color #BDC47D: hue angle of 65.92º degrees, saturation: 0.38, 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 #BDC47D is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 125 -
CMYK 0.04 0 0.36 0.23
HSL 65.92º 0.38% 0.63% -
HSV(B) 65.92º 0.36% 0.77% -
XYZ 44.43 51.78 27.05 -
YUV 185.81 93.68 130.27 -
System Red Green Blue C M Y K H S L
Decimal 189 196 125 0.04 0 0.36 0.23 65.92 0.38 0.63
Hex BD C4 7D 4 0 24 17 42 26 3F
Octal 275 304 175 4 0 44 27 102 46 77
Binary 10111101 11000100 1111101 100 0 100100 10111 1000010 100110 111111

Color Harmonies of #BDC47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC47D

Black with #BDC47D

Text Example


Text Example

White with #BDC47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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