Html Css Color HEX #BEC380 Pine Glade

📋 copy color: '#BEC380'

red 190 ◦ green 195 ◦ blue 128

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

Shades of Pine Glade #BEC380

Tints of Pine Glade #BEC380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.95%

R = 37.04%
G = 38.01%
B = 24.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#BEC380 (or 0xBEC380) is known color: Pine Glade. HEX triplet: BE, C3 and 80. RGB value is (190,195,128). Sum of RGB (Red+Green+Blue) = 190+195+128=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC380 is #413C7F. Grayscale: #BABABA. Windows color (decimal): -4275328 or 8438718. OLE color: 8438718.

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

Color convert

RGB 190 195 128 -
CMYK 0.03 0 0.34 0.24
HSL 64.48º 0.36% 0.63% -
HSV(B) 64.48º 0.34% 0.76% -
XYZ 44.65 51.54 28.02 -
YUV 185.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 190 195 128 0.03 0 0.34 0.24 64.48 0.36 0.63
Hex BE C3 80 3 0 22 18 40 24 3F
Octal 276 303 200 3 0 42 30 100 44 77
Binary 10111110 11000011 10000000 11 0 100010 11000 1000000 100100 111111

Color Harmonies of #BEC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC380

Black with #BEC380

Text Example


Text Example

White with #BEC380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC380; }

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

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

background-color css

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

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

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

border-color css

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

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

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