Html Css Color HEX #BEC675 Pine Glade

📋 copy color: '#BEC675'

red 190 ◦ green 198 ◦ blue 117

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

Shades of Pine Glade #BEC675

Tints of Pine Glade #BEC675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.17%

R = 37.62%
G = 39.21%
B = 23.17%

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

#BEC675 (or 0xBEC675) is known color: Pine Glade. HEX triplet: BE, C6 and 75. RGB value is (190,198,117). Sum of RGB (Red+Green+Blue) = 190+198+117=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC675 is #41398A. Grayscale: #BABABA. Windows color (decimal): -4274571 or 7718590. OLE color: 7718590.

HSL color Cylindrical-coordinate representation of color #BEC675: hue angle of 65.93º 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 #BEC675 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 198 117 -
CMYK 0.04 0 0.41 0.22
HSL 65.93º 0.42% 0.62% -
HSV(B) 65.93º 0.41% 0.78% -
XYZ 44.64 52.62 24.63 -
YUV 186.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 190 198 117 0.04 0 0.41 0.22 65.93 0.42 0.62
Hex BE C6 75 4 0 29 16 42 2A 3E
Octal 276 306 165 4 0 51 26 102 52 76
Binary 10111110 11000110 1110101 100 0 101001 10110 1000010 101010 111110

Color Harmonies of #BEC675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC675

Black with #BEC675

Text Example


Text Example

White with #BEC675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC675; }

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

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

background-color css

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

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

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

border-color css

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

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

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