Html Css Color HEX #BECE7D Pine Glade

📋 copy color: '#BECE7D'

red 190 ◦ green 206 ◦ blue 125

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

Shades of Pine Glade #BECE7D

Tints of Pine Glade #BECE7D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.54%

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

R = 36.47%
G = 39.54%
B = 23.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#BECE7D (or 0xBECE7D) is known color: Pine Glade. HEX triplet: BE, CE and 7D. RGB value is (190,206,125). Sum of RGB (Red+Green+Blue) = 190+206+125=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE7D is #413182. Grayscale: #C0C0C0. Windows color (decimal): -4272515 or 8244926. OLE color: 8244926.

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

Color convert

RGB 190 206 125 -
CMYK 0.08 0 0.39 0.19
HSL 71.85º 0.45% 0.65% -
HSV(B) 71.85º 0.39% 0.81% -
XYZ 47.01 56.57 27.84 -
YUV 191.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 190 206 125 0.08 0 0.39 0.19 71.85 0.45 0.65
Hex BE CE 7D 8 0 27 13 48 2D 41
Octal 276 316 175 10 0 47 23 110 55 101
Binary 10111110 11001110 1111101 1000 0 100111 10011 1001000 101101 1000001

Color Harmonies of #BECE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE7D

Black with #BECE7D

Text Example


Text Example

White with #BECE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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