Html Css Color HEX #BECB7D Pine Glade

📋 copy color: '#BECB7D'

red 190 ◦ green 203 ◦ blue 125

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

Shades of Pine Glade #BECB7D

Tints of Pine Glade #BECB7D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.19%

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

R = 36.68%
G = 39.19%
B = 24.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#BECB7D (or 0xBECB7D) is known color: Pine Glade. HEX triplet: BE, CB and 7D. RGB value is (190,203,125). Sum of RGB (Red+Green+Blue) = 190+203+125=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB7D is #413482. Grayscale: #BEBEBE. Windows color (decimal): -4273283 or 8244158. OLE color: 8244158.

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

Color convert

RGB 190 203 125 -
CMYK 0.06 0 0.38 0.20
HSL 70º 0.43% 0.64% -
HSV(B) 70º 0.38% 0.8% -
XYZ 46.29 55.14 27.61 -
YUV 190.22 91.19 127.84 -
System Red Green Blue C M Y K H S L
Decimal 190 203 125 0.06 0 0.38 0.20 70 0.43 0.64
Hex BE CB 7D 6 0 26 14 46 2B 40
Octal 276 313 175 6 0 46 24 106 53 100
Binary 10111110 11001011 1111101 110 0 100110 10100 1000110 101011 1000000

Color Harmonies of #BECB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB7D

Black with #BECB7D

Text Example


Text Example

White with #BECB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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