Html Css Color HEX #BECF7A Pine Glade

📋 copy color: '#BECF7A'

red 190 ◦ green 207 ◦ blue 122

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

Shades of Pine Glade #BECF7A

Tints of Pine Glade #BECF7A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.88%

 BLUE value IS 122 (48.05% from 255) = 23.51%

R = 36.61%
G = 39.88%
B = 23.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#BECF7A (or 0xBECF7A) is known color: Pine Glade. HEX triplet: BE, CF and 7A. RGB value is (190,207,122). Sum of RGB (Red+Green+Blue) = 190+207+122=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECF7A is #413085. Grayscale: #C0C0C0. Windows color (decimal): -4272262 or 8048574. OLE color: 8048574.

HSL color Cylindrical-coordinate representation of color #BECF7A: hue angle of 72º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BECF7A is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 207 122 -
CMYK 0.08 0 0.41 0.19
HSL 72º 0.47% 0.65% -
HSV(B) 72º 0.41% 0.81% -
XYZ 47.06 56.98 26.93 -
YUV 192.23 88.37 126.41 -
System Red Green Blue C M Y K H S L
Decimal 190 207 122 0.08 0 0.41 0.19 72 0.47 0.65
Hex BE CF 7A 8 0 29 13 48 2F 41
Octal 276 317 172 10 0 51 23 110 57 101
Binary 10111110 11001111 1111010 1000 0 101001 10011 1001000 101111 1000001

Color Harmonies of #BECF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECF7A

Black with #BECF7A

Text Example


Text Example

White with #BECF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECF7A; }

 p { color: rgb(190,207,122); }

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

background-color css

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

 a { background-color: rgb(190,207,122); }

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

border-color css

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

 span { border-color: rgb(190,207,122); }

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