Html Css Color HEX #BEC570 Pine Glade

📋 copy color: '#BEC570'

red 190 ◦ green 197 ◦ blue 112

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

Shades of Pine Glade #BEC570

Tints of Pine Glade #BEC570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.44%

R = 38.08%
G = 39.48%
B = 22.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#BEC570 (or 0xBEC570) is known color: Pine Glade. HEX triplet: BE, C5 and 70. RGB value is (190,197,112). Sum of RGB (Red+Green+Blue) = 190+197+112=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC570 is #413A8F. Grayscale: #B9B9B9. Windows color (decimal): -4274832 or 7390654. OLE color: 7390654.

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

Color convert

RGB 190 197 112 -
CMYK 0.04 0 0.43 0.23
HSL 64.94º 0.42% 0.61% -
HSV(B) 64.94º 0.43% 0.77% -
XYZ 44.13 52.05 23.05 -
YUV 185.22 86.68 131.41 -
System Red Green Blue C M Y K H S L
Decimal 190 197 112 0.04 0 0.43 0.23 64.94 0.42 0.61
Hex BE C5 70 4 0 2B 17 41 2A 3D
Octal 276 305 160 4 0 53 27 101 52 75
Binary 10111110 11000101 1110000 100 0 101011 10111 1000001 101010 111101

Color Harmonies of #BEC570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC570

Black with #BEC570

Text Example


Text Example

White with #BEC570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC570; }

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

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

background-color css

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

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

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

border-color css

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

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

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