Html Css Color HEX #BECD77 Pine Glade

📋 copy color: '#BECD77'

red 190 ◦ green 205 ◦ blue 119

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

Shades of Pine Glade #BECD77

Tints of Pine Glade #BECD77

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.88%

 BLUE value IS 119 (46.88% from 255) = 23.15%

R = 36.96%
G = 39.88%
B = 23.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#BECD77 (or 0xBECD77) is known color: Pine Glade. HEX triplet: BE, CD and 77. RGB value is (190,205,119). Sum of RGB (Red+Green+Blue) = 190+205+119=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECD77 is #413288. Grayscale: #BFBFBF. Windows color (decimal): -4272777 or 7851454. OLE color: 7851454.

HSL color Cylindrical-coordinate representation of color #BECD77: hue angle of 70.47º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BECD77 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 205 119 -
CMYK 0.07 0 0.42 0.20
HSL 70.47º 0.46% 0.64% -
HSV(B) 70.47º 0.42% 0.8% -
XYZ 46.4 55.94 25.81 -
YUV 190.71 87.53 127.49 -
System Red Green Blue C M Y K H S L
Decimal 190 205 119 0.07 0 0.42 0.20 70.47 0.46 0.64
Hex BE CD 77 7 0 2A 14 46 2E 40
Octal 276 315 167 7 0 52 24 106 56 100
Binary 10111110 11001101 1110111 111 0 101010 10100 1000110 101110 1000000

Color Harmonies of #BECD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD77

Black with #BECD77

Text Example


Text Example

White with #BECD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD77; }

 p { color: rgb(190,205,119); }

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

background-color css

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

 a { background-color: rgb(190,205,119); }

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

border-color css

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

 span { border-color: rgb(190,205,119); }

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