Html Css Color HEX #BEC07D Pine Glade

📋 copy color: '#BEC07D'

red 190 ◦ green 192 ◦ blue 125

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

Shades of Pine Glade #BEC07D

Tints of Pine Glade #BEC07D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.87%

 BLUE value IS 125 (49.22% from 255) = 24.65%

R = 37.48%
G = 37.87%
B = 24.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BEC07D (or 0xBEC07D) is known color: Pine Glade. HEX triplet: BE, C0 and 7D. RGB value is (190,192,125). Sum of RGB (Red+Green+Blue) = 190+192+125=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC07D is #413F82. Grayscale: #B8B8B8. Windows color (decimal): -4276099 or 8241342. OLE color: 8241342.

HSL color Cylindrical-coordinate representation of color #BEC07D: hue angle of 61.79º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEC07D is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 125 -
CMYK 0.01 0 0.35 0.25
HSL 61.79º 0.35% 0.62% -
HSV(B) 61.79º 0.35% 0.75% -
XYZ 43.79 50.13 26.77 -
YUV 183.76 94.84 132.45 -
System Red Green Blue C M Y K H S L
Decimal 190 192 125 0.01 0 0.35 0.25 61.79 0.35 0.62
Hex BE C0 7D 1 0 23 19 3E 23 3E
Octal 276 300 175 1 0 43 31 76 43 76
Binary 10111110 11000000 1111101 1 0 100011 11001 111110 100011 111110

Color Harmonies of #BEC07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC07D

Black with #BEC07D

Text Example


Text Example

White with #BEC07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC07D; }

 p { color: rgb(190,192,125); }

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

background-color css

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

 a { background-color: rgb(190,192,125); }

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

border-color css

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

 span { border-color: rgb(190,192,125); }

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