Html Css Color HEX #BECD74 Pine Glade

📋 copy color: '#BECD74'

red 190 ◦ green 205 ◦ blue 116

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

Shades of Pine Glade #BECD74

Tints of Pine Glade #BECD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.7%

R = 37.18%
G = 40.12%
B = 22.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#BECD74 (or 0xBECD74) is known color: Pine Glade. HEX triplet: BE, CD and 74. RGB value is (190,205,116). Sum of RGB (Red+Green+Blue) = 190+205+116=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECD74 is #41328B. Grayscale: #BEBEBE. Windows color (decimal): -4272780 or 7654846. OLE color: 7654846.

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

Color convert

RGB 190 205 116 -
CMYK 0.07 0 0.43 0.20
HSL 70.11º 0.47% 0.63% -
HSV(B) 70.11º 0.43% 0.8% -
XYZ 46.22 55.87 24.87 -
YUV 190.37 86.03 127.74 -
System Red Green Blue C M Y K H S L
Decimal 190 205 116 0.07 0 0.43 0.20 70.11 0.47 0.63
Hex BE CD 74 7 0 2B 14 46 2F 3F
Octal 276 315 164 7 0 53 24 106 57 77
Binary 10111110 11001101 1110100 111 0 101011 10100 1000110 101111 111111

Color Harmonies of #BECD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD74

Black with #BECD74

Text Example


Text Example

White with #BECD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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