Html Css Color HEX #BEC07C Pine Glade

📋 copy color: '#BEC07C'

red 190 ◦ green 192 ◦ blue 124

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

Shades of Pine Glade #BEC07C

Tints of Pine Glade #BEC07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.51%

R = 37.55%
G = 37.94%
B = 24.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BEC07C (or 0xBEC07C) is known color: Pine Glade. HEX triplet: BE, C0 and 7C. RGB value is (190,192,124). Sum of RGB (Red+Green+Blue) = 190+192+124=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC07C is #413F83. Grayscale: #B7B7B7. Windows color (decimal): -4276100 or 8175806. OLE color: 8175806.

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

Color convert

RGB 190 192 124 -
CMYK 0.01 0 0.35 0.25
HSL 61.76º 0.35% 0.62% -
HSV(B) 61.76º 0.35% 0.75% -
XYZ 43.72 50.1 26.43 -
YUV 183.65 94.34 132.53 -
System Red Green Blue C M Y K H S L
Decimal 190 192 124 0.01 0 0.35 0.25 61.76 0.35 0.62
Hex BE C0 7C 1 0 23 19 3E 23 3E
Octal 276 300 174 1 0 43 31 76 43 76
Binary 10111110 11000000 1111100 1 0 100011 11001 111110 100011 111110

Color Harmonies of #BEC07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC07C

Black with #BEC07C

Text Example


Text Example

White with #BEC07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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