Html Css Color HEX #BEC470 Pine Glade

📋 copy color: '#BEC470'

red 190 ◦ green 196 ◦ blue 112

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

Shades of Pine Glade #BEC470

Tints of Pine Glade #BEC470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.49%

R = 38.15%
G = 39.36%
B = 22.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#BEC470 (or 0xBEC470) is known color: Pine Glade. HEX triplet: BE, C4 and 70. RGB value is (190,196,112). Sum of RGB (Red+Green+Blue) = 190+196+112=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC470 is #413B8F. Grayscale: #B8B8B8. Windows color (decimal): -4275088 or 7390398. OLE color: 7390398.

HSL color Cylindrical-coordinate representation of color #BEC470: hue angle of 64.29º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEC470 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 196 112 -
CMYK 0.03 0 0.43 0.23
HSL 64.29º 0.42% 0.6% -
HSV(B) 64.29º 0.43% 0.77% -
XYZ 43.9 51.6 22.97 -
YUV 184.63 87.01 131.83 -
System Red Green Blue C M Y K H S L
Decimal 190 196 112 0.03 0 0.43 0.23 64.29 0.42 0.6
Hex BE C4 70 3 0 2B 17 40 2A 3C
Octal 276 304 160 3 0 53 27 100 52 74
Binary 10111110 11000100 1110000 11 0 101011 10111 1000000 101010 111100

Color Harmonies of #BEC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC470

Black with #BEC470

Text Example


Text Example

White with #BEC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC470; }

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

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

background-color css

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

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

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

border-color css

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

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

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