Html Css Color HEX #BEC471 Pine Glade

📋 copy color: '#BEC471'

red 190 ◦ green 196 ◦ blue 113

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

Shades of Pine Glade #BEC471

Tints of Pine Glade #BEC471

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.28%

 BLUE value IS 113 (44.53% from 255) = 22.65%

R = 38.08%
G = 39.28%
B = 22.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#BEC471 (or 0xBEC471) is known color: Pine Glade. HEX triplet: BE, C4 and 71. RGB value is (190,196,113). Sum of RGB (Red+Green+Blue) = 190+196+113=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC471 is #413B8E. Grayscale: #B9B9B9. Windows color (decimal): -4275087 or 7455934. OLE color: 7455934.

HSL color Cylindrical-coordinate representation of color #BEC471: hue angle of 64.34º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEC471 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 196 113 -
CMYK 0.03 0 0.42 0.23
HSL 64.34º 0.41% 0.61% -
HSV(B) 64.34º 0.42% 0.77% -
XYZ 43.96 51.62 23.27 -
YUV 184.74 87.51 131.75 -
System Red Green Blue C M Y K H S L
Decimal 190 196 113 0.03 0 0.42 0.23 64.34 0.41 0.61
Hex BE C4 71 3 0 2A 17 40 29 3D
Octal 276 304 161 3 0 52 27 100 51 75
Binary 10111110 11000100 1110001 11 0 101010 10111 1000000 101001 111101

Color Harmonies of #BEC471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC471

Black with #BEC471

Text Example


Text Example

White with #BEC471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC471; }

 p { color: rgb(190,196,113); }

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

background-color css

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

 a { background-color: rgb(190,196,113); }

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

border-color css

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

 span { border-color: rgb(190,196,113); }

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