Html Css Color HEX #BEC376 Pine Glade

📋 copy color: '#BEC376'

red 190 ◦ green 195 ◦ blue 118

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

Shades of Pine Glade #BEC376

Tints of Pine Glade #BEC376

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.77%

 BLUE value IS 118 (46.48% from 255) = 23.46%

R = 37.77%
G = 38.77%
B = 23.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#BEC376 (or 0xBEC376) is known color: Pine Glade. HEX triplet: BE, C3 and 76. RGB value is (190,195,118). Sum of RGB (Red+Green+Blue) = 190+195+118=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC376 is #413C89. Grayscale: #B9B9B9. Windows color (decimal): -4275338 or 7783358. OLE color: 7783358.

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

Color convert

RGB 190 195 118 -
CMYK 0.03 0 0.39 0.24
HSL 63.9º 0.39% 0.61% -
HSV(B) 63.9º 0.39% 0.76% -
XYZ 44.02 51.29 24.72 -
YUV 184.73 90.34 131.76 -
System Red Green Blue C M Y K H S L
Decimal 190 195 118 0.03 0 0.39 0.24 63.9 0.39 0.61
Hex BE C3 76 3 0 27 18 40 27 3D
Octal 276 303 166 3 0 47 30 100 47 75
Binary 10111110 11000011 1110110 11 0 100111 11000 1000000 100111 111101

Color Harmonies of #BEC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC376

Black with #BEC376

Text Example


Text Example

White with #BEC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC376; }

 p { color: rgb(190,195,118); }

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

background-color css

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

 a { background-color: rgb(190,195,118); }

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

border-color css

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

 span { border-color: rgb(190,195,118); }

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