Html Css Color HEX #BEC076 Pine Glade

📋 copy color: '#BEC076'

red 190 ◦ green 192 ◦ blue 118

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

Shades of Pine Glade #BEC076

Tints of Pine Glade #BEC076

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.4%

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

R = 38%
G = 38.4%
B = 23.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BEC076 (or 0xBEC076) is known color: Pine Glade. HEX triplet: BE, C0 and 76. RGB value is (190,192,118). Sum of RGB (Red+Green+Blue) = 190+192+118=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC076 is #413F89. Grayscale: #B7B7B7. Windows color (decimal): -4276106 or 7782590. OLE color: 7782590.

HSL color Cylindrical-coordinate representation of color #BEC076: hue angle of 61.62º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEC076 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 118 -
CMYK 0.01 0 0.39 0.25
HSL 61.62º 0.37% 0.61% -
HSV(B) 61.62º 0.39% 0.75% -
XYZ 43.35 49.95 24.5 -
YUV 182.97 91.34 133.02 -
System Red Green Blue C M Y K H S L
Decimal 190 192 118 0.01 0 0.39 0.25 61.62 0.37 0.61
Hex BE C0 76 1 0 27 19 3E 25 3D
Octal 276 300 166 1 0 47 31 76 45 75
Binary 10111110 11000000 1110110 1 0 100111 11001 111110 100101 111101

Color Harmonies of #BEC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC076

Black with #BEC076

Text Example


Text Example

White with #BEC076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC076; }

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

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

background-color css

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

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

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

border-color css

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

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

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