Html Css Color HEX #BEC375 Pine Glade

📋 copy color: '#BEC375'

red 190 ◦ green 195 ◦ blue 117

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

Shades of Pine Glade #BEC375

Tints of Pine Glade #BEC375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.84%

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

R = 37.85%
G = 38.84%
B = 23.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#BEC375 (or 0xBEC375) is known color: Pine Glade. HEX triplet: BE, C3 and 75. RGB value is (190,195,117). Sum of RGB (Red+Green+Blue) = 190+195+117=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC375 is #413C8A. Grayscale: #B8B8B8. Windows color (decimal): -4275339 or 7717822. OLE color: 7717822.

HSL color Cylindrical-coordinate representation of color #BEC375: hue angle of 63.85º degrees, saturation: 0.39, 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 #BEC375 is Cyan = 0.03, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 195 117 -
CMYK 0.03 0 0.4 0.24
HSL 63.85º 0.39% 0.61% -
HSV(B) 63.85º 0.4% 0.76% -
XYZ 43.96 51.26 24.41 -
YUV 184.61 89.84 131.84 -
System Red Green Blue C M Y K H S L
Decimal 190 195 117 0.03 0 0.4 0.24 63.85 0.39 0.61
Hex BE C3 75 3 0 28 18 40 27 3D
Octal 276 303 165 3 0 50 30 100 47 75
Binary 10111110 11000011 1110101 11 0 101000 11000 1000000 100111 111101

Color Harmonies of #BEC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC375

Black with #BEC375

Text Example


Text Example

White with #BEC375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC375; }

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

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

background-color css

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

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

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

border-color css

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

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

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