Html Css Color HEX #BEC972 Pine Glade

📋 copy color: '#BEC972'

red 190 ◦ green 201 ◦ blue 114

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

Shades of Pine Glade #BEC972

Tints of Pine Glade #BEC972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.57%

R = 37.62%
G = 39.8%
B = 22.57%

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

#BEC972 (or 0xBEC972) is known color: Pine Glade. HEX triplet: BE, C9 and 72. RGB value is (190,201,114). Sum of RGB (Red+Green+Blue) = 190+201+114=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC972 is #41368D. Grayscale: #BCBCBC. Windows color (decimal): -4273806 or 7522750. OLE color: 7522750.

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

Color convert

RGB 190 201 114 -
CMYK 0.05 0 0.43 0.21
HSL 67.59º 0.45% 0.62% -
HSV(B) 67.59º 0.43% 0.79% -
XYZ 45.16 53.94 23.95 -
YUV 187.79 86.36 129.57 -
System Red Green Blue C M Y K H S L
Decimal 190 201 114 0.05 0 0.43 0.21 67.59 0.45 0.62
Hex BE C9 72 5 0 2B 15 44 2D 3E
Octal 276 311 162 5 0 53 25 104 55 76
Binary 10111110 11001001 1110010 101 0 101011 10101 1000100 101101 111110

Color Harmonies of #BEC972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC972

Black with #BEC972

Text Example


Text Example

White with #BEC972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC972; }

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

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

background-color css

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

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

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

border-color css

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

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

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