Html Css Color HEX #BEC67C Pine Glade

📋 copy color: '#BEC67C'

red 190 ◦ green 198 ◦ blue 124

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

Shades of Pine Glade #BEC67C

Tints of Pine Glade #BEC67C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.67%

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

R = 37.11%
G = 38.67%
B = 24.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#BEC67C (or 0xBEC67C) is known color: Pine Glade. HEX triplet: BE, C6 and 7C. RGB value is (190,198,124). Sum of RGB (Red+Green+Blue) = 190+198+124=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC67C is #413983. Grayscale: #BBBBBB. Windows color (decimal): -4274564 or 8177342. OLE color: 8177342.

HSL color Cylindrical-coordinate representation of color #BEC67C: hue angle of 66.49º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEC67C is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 198 124 -
CMYK 0.04 0 0.37 0.22
HSL 66.49º 0.39% 0.63% -
HSV(B) 66.49º 0.37% 0.78% -
XYZ 45.07 52.79 26.88 -
YUV 187.17 92.35 130.02 -
System Red Green Blue C M Y K H S L
Decimal 190 198 124 0.04 0 0.37 0.22 66.49 0.39 0.63
Hex BE C6 7C 4 0 25 16 42 27 3F
Octal 276 306 174 4 0 45 26 102 47 77
Binary 10111110 11000110 1111100 100 0 100101 10110 1000010 100111 111111

Color Harmonies of #BEC67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC67C

Black with #BEC67C

Text Example


Text Example

White with #BEC67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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