Html Css Color HEX #BEC275 Pine Glade

📋 copy color: '#BEC275'

red 190 ◦ green 194 ◦ blue 117

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

Shades of Pine Glade #BEC275

Tints of Pine Glade #BEC275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.72%

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

R = 37.92%
G = 38.72%
B = 23.35%

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

#BEC275 (or 0xBEC275) is known color: Pine Glade. HEX triplet: BE, C2 and 75. RGB value is (190,194,117). Sum of RGB (Red+Green+Blue) = 190+194+117=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC275 is #413D8A. Grayscale: #B8B8B8. Windows color (decimal): -4275595 or 7717566. OLE color: 7717566.

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

Color convert

RGB 190 194 117 -
CMYK 0.02 0 0.40 0.24
HSL 63.12º 0.39% 0.61% -
HSV(B) 63.12º 0.4% 0.76% -
XYZ 43.74 50.82 24.33 -
YUV 184.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 190 194 117 0.02 0 0.40 0.24 63.12 0.39 0.61
Hex BE C2 75 2 0 28 18 3F 27 3D
Octal 276 302 165 2 0 50 30 77 47 75
Binary 10111110 11000010 1110101 10 0 101000 11000 111111 100111 111101

Color Harmonies of #BEC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC275

Black with #BEC275

Text Example


Text Example

White with #BEC275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC275; }

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

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

background-color css

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

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

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

border-color css

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

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

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