Html Css Color HEX #BEC47D Pine Glade

📋 copy color: '#BEC47D'

red 190 ◦ green 196 ◦ blue 125

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

Shades of Pine Glade #BEC47D

Tints of Pine Glade #BEC47D

RGB

 RED value IS 190 (74.61% from 255) = 37.18%

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

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

R = 37.18%
G = 38.36%
B = 24.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#BEC47D (or 0xBEC47D) is known color: Pine Glade. HEX triplet: BE, C4 and 7D. RGB value is (190,196,125). Sum of RGB (Red+Green+Blue) = 190+196+125=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC47D is #413B82. Grayscale: #BABABA. Windows color (decimal): -4275075 or 8242366. OLE color: 8242366.

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

Color convert

RGB 190 196 125 -
CMYK 0.03 0 0.36 0.23
HSL 65.07º 0.38% 0.63% -
HSV(B) 65.07º 0.36% 0.77% -
XYZ 44.68 51.91 27.07 -
YUV 186.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 190 196 125 0.03 0 0.36 0.23 65.07 0.38 0.63
Hex BE C4 7D 3 0 24 17 41 26 3F
Octal 276 304 175 3 0 44 27 101 46 77
Binary 10111110 11000100 1111101 11 0 100100 10111 1000001 100110 111111

Color Harmonies of #BEC47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC47D

Black with #BEC47D

Text Example


Text Example

White with #BEC47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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