Html Css Color HEX #BEC875 Pine Glade

📋 copy color: '#BEC875'

red 190 ◦ green 200 ◦ blue 117

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

Shades of Pine Glade #BEC875

Tints of Pine Glade #BEC875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.45%

 BLUE value IS 117 (46.09% from 255) = 23.08%

R = 37.48%
G = 39.45%
B = 23.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#BEC875 (or 0xBEC875) is known color: Pine Glade. HEX triplet: BE, C8 and 75. RGB value is (190,200,117). Sum of RGB (Red+Green+Blue) = 190+200+117=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC875 is #41378A. Grayscale: #BBBBBB. Windows color (decimal): -4274059 or 7719102. OLE color: 7719102.

HSL color Cylindrical-coordinate representation of color #BEC875: hue angle of 67.23º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEC875 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 200 117 -
CMYK 0.05 0 0.42 0.22
HSL 67.23º 0.43% 0.62% -
HSV(B) 67.23º 0.42% 0.78% -
XYZ 45.1 53.54 24.79 -
YUV 187.55 88.19 129.75 -
System Red Green Blue C M Y K H S L
Decimal 190 200 117 0.05 0 0.42 0.22 67.23 0.43 0.62
Hex BE C8 75 5 0 2A 16 43 2B 3E
Octal 276 310 165 5 0 52 26 103 53 76
Binary 10111110 11001000 1110101 101 0 101010 10110 1000011 101011 111110

Color Harmonies of #BEC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC875

Black with #BEC875

Text Example


Text Example

White with #BEC875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC875; }

 p { color: rgb(190,200,117); }

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

background-color css

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

 a { background-color: rgb(190,200,117); }

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

border-color css

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

 span { border-color: rgb(190,200,117); }

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