Html Css Color HEX #BEC273 Pine Glade

📋 copy color: '#BEC273'

red 190 ◦ green 194 ◦ blue 115

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

Shades of Pine Glade #BEC273

Tints of Pine Glade #BEC273

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.88%

 BLUE value IS 115 (45.31% from 255) = 23.05%

R = 38.08%
G = 38.88%
B = 23.05%

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

#BEC273 (or 0xBEC273) is known color: Pine Glade. HEX triplet: BE, C2 and 73. RGB value is (190,194,115). Sum of RGB (Red+Green+Blue) = 190+194+115=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC273 is #413D8C. Grayscale: #B8B8B8. Windows color (decimal): -4275597 or 7586494. OLE color: 7586494.

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

Color convert

RGB 190 194 115 -
CMYK 0.02 0 0.41 0.24
HSL 63.04º 0.39% 0.61% -
HSV(B) 63.04º 0.41% 0.76% -
XYZ 43.62 50.77 23.72 -
YUV 183.8 89.17 132.42 -
System Red Green Blue C M Y K H S L
Decimal 190 194 115 0.02 0 0.41 0.24 63.04 0.39 0.61
Hex BE C2 73 2 0 29 18 3F 27 3D
Octal 276 302 163 2 0 51 30 77 47 75
Binary 10111110 11000010 1110011 10 0 101001 11000 111111 100111 111101

Color Harmonies of #BEC273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC273

Black with #BEC273

Text Example


Text Example

White with #BEC273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC273; }

 p { color: rgb(190,194,115); }

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

background-color css

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

 a { background-color: rgb(190,194,115); }

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

border-color css

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

 span { border-color: rgb(190,194,115); }

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