Html Css Color HEX #BEC474 Pine Glade

📋 copy color: '#BEC474'

red 190 ◦ green 196 ◦ blue 116

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

Shades of Pine Glade #BEC474

Tints of Pine Glade #BEC474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.11%

R = 37.85%
G = 39.04%
B = 23.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#BEC474 (or 0xBEC474) is known color: Pine Glade. HEX triplet: BE, C4 and 74. RGB value is (190,196,116). Sum of RGB (Red+Green+Blue) = 190+196+116=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC474 is #413B8B. Grayscale: #B9B9B9. Windows color (decimal): -4275084 or 7652542. OLE color: 7652542.

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

Color convert

RGB 190 196 116 -
CMYK 0.03 0 0.41 0.23
HSL 64.5º 0.4% 0.61% -
HSV(B) 64.5º 0.41% 0.77% -
XYZ 44.13 51.69 24.17 -
YUV 185.09 89.01 131.5 -
System Red Green Blue C M Y K H S L
Decimal 190 196 116 0.03 0 0.41 0.23 64.5 0.4 0.61
Hex BE C4 74 3 0 29 17 40 28 3D
Octal 276 304 164 3 0 51 27 100 50 75
Binary 10111110 11000100 1110100 11 0 101001 10111 1000000 101000 111101

Color Harmonies of #BEC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC474

Black with #BEC474

Text Example


Text Example

White with #BEC474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC474; }

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

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

background-color css

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

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

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

border-color css

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

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

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