Html Css Color HEX #BECF7D Pine Glade

📋 copy color: '#BECF7D'

red 190 ◦ green 207 ◦ blue 125

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

Shades of Pine Glade #BECF7D

Tints of Pine Glade #BECF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.95%

R = 36.4%
G = 39.66%
B = 23.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#BECF7D (or 0xBECF7D) is known color: Pine Glade. HEX triplet: BE, CF and 7D. RGB value is (190,207,125). Sum of RGB (Red+Green+Blue) = 190+207+125=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECF7D is #413082. Grayscale: #C0C0C0. Windows color (decimal): -4272259 or 8245182. OLE color: 8245182.

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

Color convert

RGB 190 207 125 -
CMYK 0.08 0 0.40 0.19
HSL 72.44º 0.46% 0.65% -
HSV(B) 72.44º 0.4% 0.81% -
XYZ 47.25 57.05 27.92 -
YUV 192.57 89.87 126.17 -
System Red Green Blue C M Y K H S L
Decimal 190 207 125 0.08 0 0.40 0.19 72.44 0.46 0.65
Hex BE CF 7D 8 0 28 13 48 2E 41
Octal 276 317 175 10 0 50 23 110 56 101
Binary 10111110 11001111 1111101 1000 0 101000 10011 1001000 101110 1000001

Color Harmonies of #BECF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECF7D

Black with #BECF7D

Text Example


Text Example

White with #BECF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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