Html Css Color HEX #BEC26F Pine Glade

📋 copy color: '#BEC26F'

red 190 ◦ green 194 ◦ blue 111

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

Shades of Pine Glade #BEC26F

Tints of Pine Glade #BEC26F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.42%

R = 38.38%
G = 39.19%
B = 22.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#BEC26F (or 0xBEC26F) is known color: Pine Glade. HEX triplet: BE, C2 and 6F. RGB value is (190,194,111). Sum of RGB (Red+Green+Blue) = 190+194+111=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC26F is #413D90. Grayscale: #B7B7B7. Windows color (decimal): -4275601 or 7324350. OLE color: 7324350.

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

Color convert

RGB 190 194 111 -
CMYK 0.02 0 0.43 0.24
HSL 62.89º 0.4% 0.6% -
HSV(B) 62.89º 0.43% 0.76% -
XYZ 43.4 50.68 22.53 -
YUV 183.34 87.17 132.75 -
System Red Green Blue C M Y K H S L
Decimal 190 194 111 0.02 0 0.43 0.24 62.89 0.4 0.6
Hex BE C2 6F 2 0 2B 18 3F 28 3C
Octal 276 302 157 2 0 53 30 77 50 74
Binary 10111110 11000010 1101111 10 0 101011 11000 111111 101000 111100

Color Harmonies of #BEC26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC26F

Black with #BEC26F

Text Example


Text Example

White with #BEC26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC26F; }

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

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

background-color css

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

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

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

border-color css

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

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

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