Html Css Color HEX #BEC973 Pine Glade

📋 copy color: '#BEC973'

red 190 ◦ green 201 ◦ blue 115

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

Shades of Pine Glade #BEC973

Tints of Pine Glade #BEC973

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.72%

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

R = 37.55%
G = 39.72%
B = 22.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#BEC973 (or 0xBEC973) is known color: Pine Glade. HEX triplet: BE, C9 and 73. RGB value is (190,201,115). Sum of RGB (Red+Green+Blue) = 190+201+115=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC973 is #41368C. Grayscale: #BCBCBC. Windows color (decimal): -4273805 or 7588286. OLE color: 7588286.

HSL color Cylindrical-coordinate representation of color #BEC973: hue angle of 67.67º degrees, saturation: 0.44, 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 #BEC973 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 201 115 -
CMYK 0.05 0 0.43 0.21
HSL 67.67º 0.44% 0.62% -
HSV(B) 67.67º 0.43% 0.79% -
XYZ 45.22 53.96 24.25 -
YUV 187.91 86.86 129.49 -
System Red Green Blue C M Y K H S L
Decimal 190 201 115 0.05 0 0.43 0.21 67.67 0.44 0.62
Hex BE C9 73 5 0 2B 15 44 2C 3E
Octal 276 311 163 5 0 53 25 104 54 76
Binary 10111110 11001001 1110011 101 0 101011 10101 1000100 101100 111110

Color Harmonies of #BEC973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC973

Black with #BEC973

Text Example


Text Example

White with #BEC973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC973; }

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

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

background-color css

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

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

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

border-color css

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

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

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