Html Css Color HEX #BEC37D Pine Glade

📋 copy color: '#BEC37D'

red 190 ◦ green 195 ◦ blue 125

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

Shades of Pine Glade #BEC37D

Tints of Pine Glade #BEC37D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.24%

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

R = 37.25%
G = 38.24%
B = 24.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#BEC37D (or 0xBEC37D) is known color: Pine Glade. HEX triplet: BE, C3 and 7D. RGB value is (190,195,125). Sum of RGB (Red+Green+Blue) = 190+195+125=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC37D is #413C82. Grayscale: #B9B9B9. Windows color (decimal): -4275331 or 8242110. OLE color: 8242110.

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

Color convert

RGB 190 195 125 -
CMYK 0.03 0 0.36 0.24
HSL 64.29º 0.37% 0.63% -
HSV(B) 64.29º 0.36% 0.76% -
XYZ 44.45 51.46 26.99 -
YUV 185.53 93.84 131.19 -
System Red Green Blue C M Y K H S L
Decimal 190 195 125 0.03 0 0.36 0.24 64.29 0.37 0.63
Hex BE C3 7D 3 0 24 18 40 25 3F
Octal 276 303 175 3 0 44 30 100 45 77
Binary 10111110 11000011 1111101 11 0 100100 11000 1000000 100101 111111

Color Harmonies of #BEC37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC37D

Black with #BEC37D

Text Example


Text Example

White with #BEC37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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