Html Css Color HEX #BEC174 Pine Glade

📋 copy color: '#BEC174'

red 190 ◦ green 193 ◦ blue 116

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

Shades of Pine Glade #BEC174

Tints of Pine Glade #BEC174

RGB

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

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

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

R = 38.08%
G = 38.68%
B = 23.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#BEC174 (or 0xBEC174) is known color: Pine Glade. HEX triplet: BE, C1 and 74. RGB value is (190,193,116). Sum of RGB (Red+Green+Blue) = 190+193+116=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC174 is #413E8B. Grayscale: #B7B7B7. Windows color (decimal): -4275852 or 7651774. OLE color: 7651774.

HSL color Cylindrical-coordinate representation of color #BEC174: hue angle of 62.34º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEC174 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 193 116 -
CMYK 0.02 0 0.40 0.24
HSL 62.34º 0.38% 0.61% -
HSV(B) 62.34º 0.4% 0.76% -
XYZ 43.46 50.35 23.95 -
YUV 183.33 90.01 132.76 -
System Red Green Blue C M Y K H S L
Decimal 190 193 116 0.02 0 0.40 0.24 62.34 0.38 0.61
Hex BE C1 74 2 0 28 18 3E 26 3D
Octal 276 301 164 2 0 50 30 76 46 75
Binary 10111110 11000001 1110100 10 0 101000 11000 111110 100110 111101

Color Harmonies of #BEC174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC174

Black with #BEC174

Text Example


Text Example

White with #BEC174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC174; }

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

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

background-color css

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

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

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

border-color css

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

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

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