Html Css Color HEX #BEC874 Pine Glade

📋 copy color: '#BEC874'

red 190 ◦ green 200 ◦ blue 116

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

Shades of Pine Glade #BEC874

Tints of Pine Glade #BEC874

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.53%

 BLUE value IS 116 (45.7% from 255) = 22.92%

R = 37.55%
G = 39.53%
B = 22.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#BEC874 (or 0xBEC874) is known color: Pine Glade. HEX triplet: BE, C8 and 74. RGB value is (190,200,116). Sum of RGB (Red+Green+Blue) = 190+200+116=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC874 is #41378B. Grayscale: #BBBBBB. Windows color (decimal): -4274060 or 7653566. OLE color: 7653566.

HSL color Cylindrical-coordinate representation of color #BEC874: hue angle of 67.14º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEC874 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 200 116 -
CMYK 0.05 0 0.42 0.22
HSL 67.14º 0.43% 0.62% -
HSV(B) 67.14º 0.42% 0.78% -
XYZ 45.04 53.52 24.48 -
YUV 187.43 87.69 129.83 -
System Red Green Blue C M Y K H S L
Decimal 190 200 116 0.05 0 0.42 0.22 67.14 0.43 0.62
Hex BE C8 74 5 0 2A 16 43 2B 3E
Octal 276 310 164 5 0 52 26 103 53 76
Binary 10111110 11001000 1110100 101 0 101010 10110 1000011 101011 111110

Color Harmonies of #BEC874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC874

Black with #BEC874

Text Example


Text Example

White with #BEC874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC874; }

 p { color: rgb(190,200,116); }

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

background-color css

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

 a { background-color: rgb(190,200,116); }

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

border-color css

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

 span { border-color: rgb(190,200,116); }

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