Html Css Color HEX #BEC575 Pine Glade

📋 copy color: '#BEC575'

red 190 ◦ green 197 ◦ blue 117

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

Shades of Pine Glade #BEC575

Tints of Pine Glade #BEC575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.09%

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

R = 37.7%
G = 39.09%
B = 23.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#BEC575 (or 0xBEC575) is known color: Pine Glade. HEX triplet: BE, C5 and 75. RGB value is (190,197,117). Sum of RGB (Red+Green+Blue) = 190+197+117=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC575 is #413A8A. Grayscale: #BABABA. Windows color (decimal): -4274827 or 7718334. OLE color: 7718334.

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

Color convert

RGB 190 197 117 -
CMYK 0.04 0 0.41 0.23
HSL 65.25º 0.41% 0.62% -
HSV(B) 65.25º 0.41% 0.77% -
XYZ 44.41 52.16 24.56 -
YUV 185.79 89.18 131 -
System Red Green Blue C M Y K H S L
Decimal 190 197 117 0.04 0 0.41 0.23 65.25 0.41 0.62
Hex BE C5 75 4 0 29 17 41 29 3E
Octal 276 305 165 4 0 51 27 101 51 76
Binary 10111110 11000101 1110101 100 0 101001 10111 1000001 101001 111110

Color Harmonies of #BEC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC575

Black with #BEC575

Text Example


Text Example

White with #BEC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC575; }

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

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

background-color css

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

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

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

border-color css

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

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

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