Html Css Color HEX #BEC17A Pine Glade

📋 copy color: '#BEC17A'

red 190 ◦ green 193 ◦ blue 122

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

Shades of Pine Glade #BEC17A

Tints of Pine Glade #BEC17A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.16%

R = 37.62%
G = 38.22%
B = 24.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#BEC17A (or 0xBEC17A) is known color: Pine Glade. HEX triplet: BE, C1 and 7A. RGB value is (190,193,122). Sum of RGB (Red+Green+Blue) = 190+193+122=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC17A is #413E85. Grayscale: #B8B8B8. Windows color (decimal): -4275846 or 8044990. OLE color: 8044990.

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

Color convert

RGB 190 193 122 -
CMYK 0.02 0 0.37 0.24
HSL 62.54º 0.36% 0.62% -
HSV(B) 62.54º 0.37% 0.76% -
XYZ 43.82 50.49 25.85 -
YUV 184.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 190 193 122 0.02 0 0.37 0.24 62.54 0.36 0.62
Hex BE C1 7A 2 0 25 18 3F 24 3E
Octal 276 301 172 2 0 45 30 77 44 76
Binary 10111110 11000001 1111010 10 0 100101 11000 111111 100100 111110

Color Harmonies of #BEC17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC17A

Black with #BEC17A

Text Example


Text Example

White with #BEC17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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