Html Css Color HEX #BECA73 Pine Glade

📋 copy color: '#BECA73'

red 190 ◦ green 202 ◦ blue 115

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

Shades of Pine Glade #BECA73

Tints of Pine Glade #BECA73

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.84%

 BLUE value IS 115 (45.31% from 255) = 22.68%

R = 37.48%
G = 39.84%
B = 22.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#BECA73 (or 0xBECA73) is known color: Pine Glade. HEX triplet: BE, CA and 73. RGB value is (190,202,115). Sum of RGB (Red+Green+Blue) = 190+202+115=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA73 is #41358C. Grayscale: #BCBCBC. Windows color (decimal): -4273549 or 7588542. OLE color: 7588542.

HSL color Cylindrical-coordinate representation of color #BECA73: hue angle of 68.28º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BECA73 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 202 115 -
CMYK 0.06 0 0.43 0.21
HSL 68.28º 0.45% 0.62% -
HSV(B) 68.28º 0.43% 0.79% -
XYZ 45.45 54.43 24.33 -
YUV 188.49 86.52 129.07 -
System Red Green Blue C M Y K H S L
Decimal 190 202 115 0.06 0 0.43 0.21 68.28 0.45 0.62
Hex BE CA 73 6 0 2B 15 44 2D 3E
Octal 276 312 163 6 0 53 25 104 55 76
Binary 10111110 11001010 1110011 110 0 101011 10101 1000100 101101 111110

Color Harmonies of #BECA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA73

Black with #BECA73

Text Example


Text Example

White with #BECA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA73; }

 p { color: rgb(190,202,115); }

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

background-color css

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

 a { background-color: rgb(190,202,115); }

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

border-color css

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

 span { border-color: rgb(190,202,115); }

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