Html Css Color HEX #BEC173 Pine Glade

📋 copy color: '#BEC173'

red 190 ◦ green 193 ◦ blue 115

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

Shades of Pine Glade #BEC173

Tints of Pine Glade #BEC173

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.76%

 BLUE value IS 115 (45.31% from 255) = 23.09%

R = 38.15%
G = 38.76%
B = 23.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#BEC173 (or 0xBEC173) is known color: Pine Glade. HEX triplet: BE, C1 and 73. RGB value is (190,193,115). Sum of RGB (Red+Green+Blue) = 190+193+115=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC173 is #413E8C. Grayscale: #B7B7B7. Windows color (decimal): -4275853 or 7586238. OLE color: 7586238.

HSL color Cylindrical-coordinate representation of color #BEC173: hue angle of 62.31º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEC173 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 193 115 -
CMYK 0.02 0 0.40 0.24
HSL 62.31º 0.39% 0.6% -
HSV(B) 62.31º 0.4% 0.76% -
XYZ 43.4 50.32 23.65 -
YUV 183.21 89.51 132.84 -
System Red Green Blue C M Y K H S L
Decimal 190 193 115 0.02 0 0.40 0.24 62.31 0.39 0.6
Hex BE C1 73 2 0 28 18 3E 27 3C
Octal 276 301 163 2 0 50 30 76 47 74
Binary 10111110 11000001 1110011 10 0 101000 11000 111110 100111 111100

Color Harmonies of #BEC173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC173

Black with #BEC173

Text Example


Text Example

White with #BEC173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC173; }

 p { color: rgb(190,193,115); }

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

background-color css

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

 a { background-color: rgb(190,193,115); }

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

border-color css

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

 span { border-color: rgb(190,193,115); }

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