Html Css Color HEX #BEC572 Pine Glade

📋 copy color: '#BEC572'

red 190 ◦ green 197 ◦ blue 114

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

Shades of Pine Glade #BEC572

Tints of Pine Glade #BEC572

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.32%

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

R = 37.92%
G = 39.32%
B = 22.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#BEC572 (or 0xBEC572) is known color: Pine Glade. HEX triplet: BE, C5 and 72. RGB value is (190,197,114). Sum of RGB (Red+Green+Blue) = 190+197+114=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC572 is #413A8D. Grayscale: #B9B9B9. Windows color (decimal): -4274830 or 7521726. OLE color: 7521726.

HSL color Cylindrical-coordinate representation of color #BEC572: hue angle of 65.06º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEC572 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 114 -
CMYK 0.04 0 0.42 0.23
HSL 65.06º 0.42% 0.61% -
HSV(B) 65.06º 0.42% 0.77% -
XYZ 44.24 52.09 23.64 -
YUV 185.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 190 197 114 0.04 0 0.42 0.23 65.06 0.42 0.61
Hex BE C5 72 4 0 2A 17 41 2A 3D
Octal 276 305 162 4 0 52 27 101 52 75
Binary 10111110 11000101 1110010 100 0 101010 10111 1000001 101010 111101

Color Harmonies of #BEC572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC572

Black with #BEC572

Text Example


Text Example

White with #BEC572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC572; }

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

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

background-color css

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

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

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

border-color css

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

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

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