Html Css Color HEX #BEC674 Pine Glade

📋 copy color: '#BEC674'

red 190 ◦ green 198 ◦ blue 116

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

Shades of Pine Glade #BEC674

Tints of Pine Glade #BEC674

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.29%

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

R = 37.7%
G = 39.29%
B = 23.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#BEC674 (or 0xBEC674) is known color: Pine Glade. HEX triplet: BE, C6 and 74. RGB value is (190,198,116). Sum of RGB (Red+Green+Blue) = 190+198+116=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC674 is #41398B. Grayscale: #BABABA. Windows color (decimal): -4274572 or 7653054. OLE color: 7653054.

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

Color convert

RGB 190 198 116 -
CMYK 0.04 0 0.41 0.22
HSL 65.85º 0.42% 0.62% -
HSV(B) 65.85º 0.41% 0.78% -
XYZ 44.58 52.6 24.33 -
YUV 186.26 88.35 130.67 -
System Red Green Blue C M Y K H S L
Decimal 190 198 116 0.04 0 0.41 0.22 65.85 0.42 0.62
Hex BE C6 74 4 0 29 16 42 2A 3E
Octal 276 306 164 4 0 51 26 102 52 76
Binary 10111110 11000110 1110100 100 0 101001 10110 1000010 101010 111110

Color Harmonies of #BEC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC674

Black with #BEC674

Text Example


Text Example

White with #BEC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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