Html Css Color HEX #BECC80 Pine Glade

📋 copy color: '#BECC80'

red 190 ◦ green 204 ◦ blue 128

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

Shades of Pine Glade #BECC80

Tints of Pine Glade #BECC80

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.08%

 BLUE value IS 128 (50.39% from 255) = 24.52%

R = 36.4%
G = 39.08%
B = 24.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#BECC80 (or 0xBECC80) is known color: Pine Glade. HEX triplet: BE, CC and 80. RGB value is (190,204,128). Sum of RGB (Red+Green+Blue) = 190+204+128=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC80 is #41337F. Grayscale: #BFBFBF. Windows color (decimal): -4273024 or 8441022. OLE color: 8441022.

HSL color Cylindrical-coordinate representation of color #BECC80: hue angle of 71.05º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BECC80 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 128 -
CMYK 0.07 0 0.37 0.2
HSL 71.05º 0.43% 0.65% -
HSV(B) 71.05º 0.37% 0.8% -
XYZ 46.72 55.69 28.71 -
YUV 191.15 92.36 127.18 -
System Red Green Blue C M Y K H S L
Decimal 190 204 128 0.07 0 0.37 0.2 71.05 0.43 0.65
Hex BE CC 80 7 0 25 14 47 2B 41
Octal 276 314 200 7 0 45 24 107 53 101
Binary 10111110 11001100 10000000 111 0 100101 10100 1000111 101011 1000001

Color Harmonies of #BECC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC80

Black with #BECC80

Text Example


Text Example

White with #BECC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC80; }

 p { color: rgb(190,204,128); }

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

background-color css

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

 a { background-color: rgb(190,204,128); }

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

border-color css

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

 span { border-color: rgb(190,204,128); }

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