Html Css Color HEX #BEC872 Pine Glade

📋 copy color: '#BEC872'

red 190 ◦ green 200 ◦ blue 114

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

Shades of Pine Glade #BEC872

Tints of Pine Glade #BEC872

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.68%

 BLUE value IS 114 (44.92% from 255) = 22.62%

R = 37.7%
G = 39.68%
B = 22.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#BEC872 (or 0xBEC872) is known color: Pine Glade. HEX triplet: BE, C8 and 72. RGB value is (190,200,114). Sum of RGB (Red+Green+Blue) = 190+200+114=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC872 is #41378D. Grayscale: #BBBBBB. Windows color (decimal): -4274062 or 7522494. OLE color: 7522494.

HSL color Cylindrical-coordinate representation of color #BEC872: hue angle of 66.98º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEC872 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 200 114 -
CMYK 0.05 0 0.43 0.22
HSL 66.98º 0.44% 0.62% -
HSV(B) 66.98º 0.43% 0.78% -
XYZ 44.93 53.47 23.87 -
YUV 187.21 86.69 129.99 -
System Red Green Blue C M Y K H S L
Decimal 190 200 114 0.05 0 0.43 0.22 66.98 0.44 0.62
Hex BE C8 72 5 0 2B 16 43 2C 3E
Octal 276 310 162 5 0 53 26 103 54 76
Binary 10111110 11001000 1110010 101 0 101011 10110 1000011 101100 111110

Color Harmonies of #BEC872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC872

Black with #BEC872

Text Example


Text Example

White with #BEC872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC872; }

 p { color: rgb(190,200,114); }

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

background-color css

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

 a { background-color: rgb(190,200,114); }

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

border-color css

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

 span { border-color: rgb(190,200,114); }

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