Html Css Color HEX #BEC172 Pine Glade

📋 copy color: '#BEC172'

red 190 ◦ green 193 ◦ blue 114

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

Shades of Pine Glade #BEC172

Tints of Pine Glade #BEC172

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.83%

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

R = 38.23%
G = 38.83%
B = 22.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#BEC172 (or 0xBEC172) is known color: Pine Glade. HEX triplet: BE, C1 and 72. RGB value is (190,193,114). Sum of RGB (Red+Green+Blue) = 190+193+114=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC172 is #413E8D. Grayscale: #B7B7B7. Windows color (decimal): -4275854 or 7520702. OLE color: 7520702.

HSL color Cylindrical-coordinate representation of color #BEC172: hue angle of 62.28º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEC172 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 193 114 -
CMYK 0.02 0 0.41 0.24
HSL 62.28º 0.39% 0.6% -
HSV(B) 62.28º 0.41% 0.76% -
XYZ 43.34 50.3 23.34 -
YUV 183.1 89.01 132.92 -
System Red Green Blue C M Y K H S L
Decimal 190 193 114 0.02 0 0.41 0.24 62.28 0.39 0.6
Hex BE C1 72 2 0 29 18 3E 27 3C
Octal 276 301 162 2 0 51 30 76 47 74
Binary 10111110 11000001 1110010 10 0 101001 11000 111110 100111 111100

Color Harmonies of #BEC172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC172

Black with #BEC172

Text Example


Text Example

White with #BEC172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC172; }

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

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

background-color css

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

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

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

border-color css

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

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

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